Searched refs:BTIF_STORAGE_FILL_PROPERTY (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.cc | 565 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties() 575 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties() 581 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 588 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 595 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 602 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_UUIDS, in btif_in_get_adapter_properties() 608 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_LOCAL_IO_CAPS, in btif_in_get_adapter_properties() 613 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 634 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties() 640 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties() [all …]
|
D | btif_dm.cc | 448 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in check_cached_remote_name() 467 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in get_cod() 491 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_TYPE_OF_DEVICE, in check_hid_le() 527 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_REMOTE_VERSION_INFO, in check_sdp_bl() 609 BTIF_STORAGE_FILL_PROPERTY(&property, BT_PROPERTY_REMOTE_VERSION_INFO, in btif_update_remote_version_property() 630 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], BT_PROPERTY_BDNAME, in btif_update_remote_properties() 645 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 656 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 667 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_TYPE_OF_DEVICE, in btif_update_remote_properties() 675 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() [all …]
|
D | btif_ble_scanner.cc | 149 BTIF_STORAGE_FILL_PROPERTY(&properties, BT_PROPERTY_TYPE_OF_DEVICE, in bta_scan_results_cb_impl()
|
D | btif_hh.cc | 971 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in btif_hh_upstreams_evt()
|
/system/bt/btif/include/ |
D | btif_storage.h | 31 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ macro
|