Searched refs:BTIF_STORAGE_FILL_PROPERTY (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_core.cc | 406 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties() 416 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties() 422 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 429 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 436 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 443 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_UUIDS, in btif_in_get_adapter_properties() 454 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 479 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties() 486 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties() 492 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties() [all …]
|
H A D | btif_dm.cc | 361 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in check_cached_remote_name() 541 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 554 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 568 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_TYPE_OF_DEVICE, in btif_update_remote_properties() 577 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 1176 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt() 1182 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt() 1192 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt() 1215 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt() 1220 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt() [all …]
|
H A D | btif_ble_scanner.cc | 151 BTIF_STORAGE_FILL_PROPERTY(&properties, BT_PROPERTY_TYPE_OF_DEVICE, in bta_scan_results_cb_impl()
|
H A D | btif_hh.cc | 970 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in btif_hh_upstreams_evt()
|
/aosp12/system/bt/btif/include/ |
H A D | btif_storage.h | 32 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ macro
|