Home
last modified time | relevance | path

Searched defs:remote_bd_addr (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_storage.cc119 bt_status_t btif_in_fetch_bonded_ble_device(const std::string& remote_bd_addr, int add, in btif_in_fetch_bonded_ble_device()
133 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, const uint8_t* key_value, in btif_storage_add_ble_bonding_key()
143 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LinkKey link_key, in btif_storage_add_bonded_device()
149 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device()
159 bt_status_t btif_storage_get_ble_bonding_key(const RawAddress& remote_bd_addr, uint8_t key_type, in btif_storage_get_ble_bonding_key()
177 bt_status_t btif_storage_get_remote_addr_type(const RawAddress* remote_bd_addr, in btif_storage_get_remote_addr_type()
182 bt_status_t btif_storage_get_remote_device_property(const RawAddress* remote_bd_addr, in btif_storage_get_remote_device_property()
200 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr) { in btif_storage_is_restricted_device()
212 bt_status_t btif_storage_remove_ble_bonding_keys(const RawAddress* remote_bd_addr) { in btif_storage_remove_ble_bonding_keys()
216 bt_status_t btif_storage_remove_bonded_device(const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device()
[all …]
Dmock_btif_profile_storage.cc168 bool btif_storage_is_pce_version_102(const RawAddress& remote_bd_addr) { in btif_storage_is_pce_version_102()
240 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr) { in btif_storage_remove_hidd()
257 bt_status_t btif_storage_set_hidd(const RawAddress& remote_bd_addr) { in btif_storage_set_hidd()
302 void btif_storage_set_pce_profile_version(const RawAddress& remote_bd_addr, in btif_storage_set_pce_profile_version()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc121 static void btif_storage_set_mode(RawAddress* remote_bd_addr) { in btif_storage_set_mode()
131 static bool prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) { in prop2cfg()
234 static bool cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) { in cfg2prop()
731 bt_status_t btif_storage_get_remote_device_property(const RawAddress* remote_bd_addr, in btif_storage_get_remote_device_property()
746 bt_status_t btif_storage_set_remote_device_property(const RawAddress* remote_bd_addr, in btif_storage_set_remote_device_property()
763 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device()
803 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LinkKey link_key, in btif_storage_add_bonded_device()
826 bt_status_t btif_storage_remove_bonded_device(const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device()
1098 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, const uint8_t* key_value, in btif_storage_add_ble_bonding_key()
1126 bt_status_t btif_storage_get_ble_bonding_key(const RawAddress& remote_bd_addr, uint8_t key_type, in btif_storage_get_ble_bonding_key()
[all …]
Dbtif_profile_storage.cc1068 bt_status_t btif_storage_set_hidd(const RawAddress& remote_bd_addr) { in btif_storage_set_hidd()
1093 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr) { in btif_storage_remove_hidd()
1157 void btif_storage_set_pce_profile_version(const RawAddress& remote_bd_addr, in btif_storage_set_pce_profile_version()
1178 bool btif_storage_is_pce_version_102(const RawAddress& remote_bd_addr) { in btif_storage_is_pce_version_102()
Dbluetooth.cc1114 static void metadata_changed(const RawAddress& remote_bd_addr, int key, in metadata_changed()
Dbtif_dm.cc4041 void btif_dm_metadata_changed(const RawAddress& remote_bd_addr, int key, in btif_dm_metadata_changed()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_btm_api_layer.cc36 bool BTM_IsEncrypted(const RawAddress& remote_bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted()
40 bool BTM_IsBonded(const RawAddress& remote_bd_addr, tBT_TRANSPORT transport) { in BTM_IsBonded()
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc129 static void pin_request([[maybe_unused]] RawAddress* remote_bd_addr, in pin_request()
135 static void ssp_request([[maybe_unused]] RawAddress* remote_bd_addr, in ssp_request()
144 [[maybe_unused]] RawAddress* remote_bd_addr, in bond_state_changed()
162 static void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, bt_acl_state_t state, in acl_state_changed()
Dinterface.h128 RawAddress remote_bd_addr; member
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc77 void RemoteDevicePropertiesCallback(bt_status_t /*status*/, RawAddress* remote_bd_addr, in RemoteDevicePropertiesCallback()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_device_search.cc461 static tBT_TRANSPORT bta_dm_determine_discovery_transport(const RawAddress& remote_bd_addr) { in bta_dm_determine_discovery_transport()
480 static void bta_dm_discover_name(const RawAddress& remote_bd_addr) { in bta_dm_discover_name()
Dbta_dm_sec.cc541 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr) { in bta_dm_reset_sec_dev_pending()
567 static void bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr) { in bta_dm_remove_sec_dev_entry()
Dbta_dm_disc.cc349 static tBT_TRANSPORT bta_dm_determine_discovery_transport(const RawAddress& remote_bd_addr) { in bta_dm_determine_discovery_transport()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_discovery_db.h59 RawAddress remote_bd_addr; /* Remote BD address */ member
/packages/modules/Bluetooth/system/stack/btm/
Dneighbor_inquiry.h93 RawAddress remote_bd_addr; member
/packages/modules/Bluetooth/system/stack/acl/
Dacl.h148 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member
Dbtm_acl.cc483 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole()
515 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr) { in BTM_SwitchRoleToCentral()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h429 RawAddress remote_bd_addr; /* The BD address of the remote */ member