Home
last modified time | relevance | path

Searched refs:BTIF_STORAGE_FILL_PROPERTY (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_core.cc406 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()
449 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_LOCAL_IO_CAPS, in btif_in_get_adapter_properties()
454 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties()
473 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties()
479 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties()
[all …]
Dbtif_dm.cc361 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in check_cached_remote_name()
380 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in get_cod()
417 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_REMOTE_VERSION_INFO, in check_sdp_bl()
505 BTIF_STORAGE_FILL_PROPERTY(&property, BT_PROPERTY_REMOTE_VERSION_INFO, in btif_update_remote_version_property()
526 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], BT_PROPERTY_BDNAME, in btif_update_remote_properties()
542 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
555 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
569 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_TYPE_OF_DEVICE, in btif_update_remote_properties()
578 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
1177 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt()
[all …]
Dbtif_ble_scanner.cc151 BTIF_STORAGE_FILL_PROPERTY(&properties, BT_PROPERTY_TYPE_OF_DEVICE, in bta_scan_results_cb_impl()
Dbtif_hh.cc970 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in btif_hh_upstreams_evt()
/system/bt/btif/include/
Dbtif_storage.h32 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ macro