/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_storage.cc | 57 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr) { in btif_storage_is_restricted_device() 61 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, in btif_storage_add_ble_bonding_key() 73 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, in btif_storage_add_bonded_device() 80 RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, in btif_storage_add_hid_device_info() 87 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device() 97 bt_status_t btif_storage_get_ble_bonding_key(const RawAddress& remote_bd_addr, in btif_storage_get_ble_bonding_key() 109 bt_status_t btif_storage_get_remote_addr_type(const RawAddress* remote_bd_addr, in btif_storage_get_remote_addr_type() 115 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property() 132 const RawAddress* remote_bd_addr) { in btif_storage_remove_ble_bonding_keys() 141 const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device() [all …]
|
D | mock_stack_btm.cc | 80 .BTM_SwitchRoleToCentral = [](const RawAddress& remote_bd_addr) 81 -> tBTM_STATUS { return BTM_SUCCESS; }, in __anon383244b01302()
|
D | mock_stack_acl.cc | 346 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole() 369 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr) { in BTM_SwitchRoleToCentral()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 134 static int prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) { in prop2cfg() 239 static int cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) { in cfg2prop() 757 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property() 773 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property() 790 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device() 831 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, in btif_storage_add_bonded_device() 860 const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device() 1174 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, in btif_storage_add_ble_bonding_key() 1216 bt_status_t btif_storage_get_ble_bonding_key(const RawAddress& remote_bd_addr, in btif_storage_get_ble_bonding_key() 1260 const RawAddress* remote_bd_addr) { in btif_storage_remove_ble_bonding_keys() [all …]
|
D | btif_profile_storage.cc | 120 RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, in btif_storage_add_hid_device_info() 221 bt_status_t btif_storage_remove_hid_info(const RawAddress& remote_bd_addr) { in btif_storage_remove_hid_info() 1030 bt_status_t btif_storage_set_hidd(const RawAddress& remote_bd_addr) { in btif_storage_set_hidd() 1053 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr) { in btif_storage_remove_hidd() 1067 void btif_storage_set_pce_profile_version(const RawAddress& remote_bd_addr, in btif_storage_set_pce_profile_version() 1090 bool btif_storage_is_pce_version_102(const RawAddress& remote_bd_addr) { in btif_storage_is_pce_version_102()
|
D | bluetooth.cc | 978 static void metadata_changed(const RawAddress& remote_bd_addr, int key, in metadata_changed()
|
D | btif_dm.cc | 4033 void btif_dm_metadata_changed(const RawAddress& remote_bd_addr, int key, in btif_dm_metadata_changed()
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_btm_api_layer.cc | 35 bool BTM_IsEncrypted(const RawAddress& remote_bd_addr, in BTM_IsEncrypted() 40 bool BTM_IsLinkKeyKnown(const RawAddress& remote_bd_addr, in BTM_IsLinkKeyKnown()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.cc | 121 void pin_request([[maybe_unused]] RawAddress* remote_bd_addr, in pin_request() 128 void ssp_request([[maybe_unused]] RawAddress* remote_bd_addr, in ssp_request() 139 [[maybe_unused]] RawAddress* remote_bd_addr, in bond_state_changed() 156 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed()
|
D | interface.h | 56 RawAddress remote_bd_addr; member
|
/packages/modules/Bluetooth/system/tools/bdtool/ |
D | adapter.c | 63 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed() 155 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 67 void pin_request_callback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in pin_request_callback() 69 void ssp_request_callback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in ssp_request_callback() 72 void bond_state_changed_callback(bt_status_t status, RawAddress* remote_bd_addr, in bond_state_changed_callback() 78 void acl_state_changed_callback(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed_callback()
|
/packages/modules/Bluetooth/system/test/suite/adapter/ |
D | bluetooth_test.cc | 61 RawAddress* remote_bd_addr, in RemoteDevicePropertiesCallback()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 1855 const RawAddress& remote_bd_addr) { in bta_dm_determine_discovery_transport() 1871 static void bta_dm_discover_device(const RawAddress& remote_bd_addr) { in bta_dm_discover_device() 2948 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr) { in bta_dm_reset_sec_dev_pending() 2970 static void bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr) { in bta_dm_remove_sec_dev_entry()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_utils.cc | 451 uint16_t sdpu_get_active_ccb_cid(const RawAddress& remote_bd_addr) { in sdpu_get_active_ccb_cid()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | sdp_api.h | 155 RawAddress remote_bd_addr; /* Remote BD address */ member
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | neighbor_inquiry.h | 103 RawAddress remote_bd_addr; member
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | acl.h | 155 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member
|
D | btm_acl.cc | 561 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole() 594 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr) { in BTM_SwitchRoleToCentral()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_int.h | 453 RawAddress remote_bd_addr; /* The BD address of the remote */ member
|