Searched refs:btif_storage_get_remote_device_property (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.c | 768 btif_storage_get_remote_device_property(bd_addr, in btif_in_get_remote_device_properties() 774 btif_storage_get_remote_device_property(bd_addr, in btif_in_get_remote_device_properties() 780 btif_storage_get_remote_device_property(bd_addr, in btif_in_get_remote_device_properties() 786 btif_storage_get_remote_device_property(bd_addr, in btif_in_get_remote_device_properties() 792 btif_storage_get_remote_device_property(bd_addr, in btif_in_get_remote_device_properties() 909 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr), in execute_storage_remote_request()
|
D | btif_dm.c | 363 if (btif_storage_get_remote_device_property( in check_cached_remote_name() 385 …if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS… in check_cod() 403 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, in check_cod_hid() 421 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, in check_hid_le() 468 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, in check_sdp_bl() 583 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties() 602 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == BT_STATUS_SUCCESS) in btif_update_remote_properties()
|
D | btif_storage.c | 98 {p.type=t;p.val=v;p.len=l;btif_storage_get_remote_device_property(b,&p);} 722 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr, in btif_storage_get_remote_device_property() function
|
D | btif_hh.c | 945 if (btif_storage_get_remote_device_property( in btif_hh_upstreams_evt()
|
/system/bt/btif/include/ |
D | btif_storage.h | 75 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr,
|