Searched refs:BTIF_STORAGE_FILL_PROPERTY (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.c | 715 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties() 721 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties() 727 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE, in btif_in_get_adapter_properties() 733 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT, in btif_in_get_adapter_properties() 739 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_BONDED_DEVICES, in btif_in_get_adapter_properties() 745 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_UUIDS, in btif_in_get_adapter_properties() 766 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties() 772 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME, in btif_in_get_remote_device_properties() 778 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_CLASS_OF_DEVICE, in btif_in_get_remote_device_properties() 784 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_TYPE_OF_DEVICE, in btif_in_get_remote_device_properties() [all …]
|
D | btif_dm.c | 361 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in check_cached_remote_name() 383 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in check_cod() 401 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in check_cod_hid() 419 BTIF_STORAGE_FILL_PROPERTY(&prop_name,BT_PROPERTY_TYPE_OF_DEVICE, in check_hid_le() 465 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_REMOTE_VERSION_INFO, in check_sdp_bl() 543 BTIF_STORAGE_FILL_PROPERTY(&property, in btif_update_remote_version_property() 568 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 581 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 591 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties() 600 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_TYPE_OF_DEVICE, in btif_update_remote_properties() [all …]
|
D | btif_hh.c | 943 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in btif_hh_upstreams_evt()
|
D | btif_gatt_client.c | 641 BTIF_STORAGE_FILL_PROPERTY(&properties, in btif_gattc_upstreams_evt()
|
/system/bt/btif/include/ |
D | btif_storage.h | 27 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ macro
|