Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc370 bt_property_t remote_properties[8]; in btif_in_get_remote_device_properties() local
377 memset(remote_properties, 0, sizeof(remote_properties)); in btif_in_get_remote_device_properties()
378 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties()
381 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
384 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties()
388 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
391 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties()
394 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
397 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties()
401 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
[all …]
Dbtif_storage.cc976 bt_property_t remote_properties[10]; in btif_storage_load_bonded_devices() local
1061 memset(remote_properties, 0, sizeof(remote_properties)); in btif_storage_load_bonded_devices()
1063 sizeof(name), &remote_properties[num_props]); in btif_storage_load_bonded_devices()
1068 sizeof(alias), &remote_properties[num_props]); in btif_storage_load_bonded_devices()
1073 &remote_properties[num_props]); in btif_storage_load_bonded_devices()
1078 &remote_properties[num_props]); in btif_storage_load_bonded_devices()
1083 &remote_properties[num_props]); in btif_storage_load_bonded_devices()
1090 &remote_properties[num_props]) == in btif_storage_load_bonded_devices()
1101 &remote_properties[num_props]) == BT_STATUS_SUCCESS) { in btif_storage_load_bonded_devices()
1110 &remote_properties[num_props]) == BT_STATUS_SUCCESS) { in btif_storage_load_bonded_devices()
[all …]
Dbtif_hh.cc1538 bt_property_t remote_properties = {BT_PROPERTY_UUIDS, sizeof(remote_uuids), in btif_hh_transport_select() local
1552 if (btif_storage_get_remote_device_property(&bd_addr, &remote_properties) == in btif_hh_transport_select()
1554 int count = remote_properties.len / sizeof(remote_uuids[0]); in btif_hh_transport_select()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_headtracker.cc152 bt_property_t remote_properties = {BT_PROPERTY_UUIDS, sizeof(remote_uuids), in bta_hh_headtracker_supported() local
158 if (btif_storage_get_remote_device_property(&bd_addr, &remote_properties) == in bta_hh_headtracker_supported()
160 int count = remote_properties.len / sizeof(remote_uuids[0]); in bta_hh_headtracker_supported()
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py342 self.remote_properties = None
468 self.remote_properties = utils.PropertySet({
652 return self.remote_properties.get(prop_name, remote_device)