Home
last modified time | relevance | path

Searched defs:bd_addr (Results 1 – 25 of 210) sorted by relevance

123456789

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc43 bool EattExtension::IsEattSupportedByPeer(const RawAddress& bd_addr) { in IsEattSupportedByPeer()
47 void EattExtension::Connect(const RawAddress& bd_addr) { in Connect()
51 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect()
55 void EattExtension::Reconfigure(const RawAddress& bd_addr, uint16_t cid, in Reconfigure()
59 void EattExtension::ReconfigureAll(const RawAddress& bd_addr, uint16_t mtu) { in ReconfigureAll()
63 EattChannel* EattExtension::FindEattChannelByCid(const RawAddress& bd_addr, in FindEattChannelByCid()
68 EattChannel* EattExtension::FindEattChannelByTransId(const RawAddress& bd_addr, in FindEattChannelByTransId()
73 bool EattExtension::IsIndicationPending(const RawAddress& bd_addr, in IsIndicationPending()
79 const RawAddress& bd_addr) { in GetChannelAvailableForIndication()
83 void EattExtension::FreeGattResources(const RawAddress& bd_addr) { in FreeGattResources()
[all …]
Dmock_l2cap_layer.cc45 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& bd_addr) { in L2CA_ConnectReq()
49 bool L2CA_ConnectRsp(const RawAddress& bd_addr, uint8_t id, uint16_t lcid, in L2CA_ConnectRsp()
83 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
88 const RawAddress& bd_addr, in L2CA_ConnectCreditBasedReq()
93 bool L2CA_ConnectCreditBasedRsp(const RawAddress& bd_addr, uint8_t id, in L2CA_ConnectCreditBasedRsp()
100 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& bd_addr, std::vector<uint16_t> &lcids, in L2CA_ReconfigCreditBasedConnsReq()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc40 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond()
52 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel()
71 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
122 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm()
141 void BTA_DmAddDevice(RawAddress bd_addr, DEV_CLASS dev_class, LinkKey link_key, in BTA_DmAddDevice()
156 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice()
181 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey()
206 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice()
230 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
254 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
[all …]
Dbta_dm_sec.cc85 void bta_dm_ble_sirk_confirm_device_reply(const RawAddress& bd_addr, in bta_dm_ble_sirk_confirm_device_reply()
114 void bta_dm_remote_key_missing(const RawAddress bd_addr) { in bta_dm_remote_key_missing()
123 void bta_dm_bond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_bond()
157 void bta_dm_bond_cancel(const RawAddress& bd_addr) { in bta_dm_bond_cancel()
185 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm()
259 static uint8_t bta_dm_pin_cback(const RawAddress& bd_addr, DEV_CLASS dev_class, in bta_dm_pin_cback()
298 static uint8_t bta_dm_new_link_key_cback(const RawAddress& bd_addr, in bta_dm_new_link_key_cback()
345 static void bta_dm_authentication_complete_cback(const RawAddress& bd_addr, in bta_dm_authentication_complete_cback()
605 static void ble_io_req(const RawAddress& bd_addr, tBTM_IO_CAP* p_io_cap, in ble_io_req()
797 void bta_dm_encrypt_cback(RawAddress bd_addr, tBT_TRANSPORT transport, in bta_dm_encrypt_cback()
[all …]
Dbta_dm_act.cc468 void bta_dm_process_remove_device_no_callback(const RawAddress& bd_addr) { in bta_dm_process_remove_device_no_callback()
478 void bta_dm_process_remove_device(const RawAddress& bd_addr) { in bta_dm_process_remove_device()
492 void bta_dm_remove_device(const RawAddress& bd_addr) { in bta_dm_remove_device()
602 static void handle_role_change(const RawAddress& bd_addr, tHCI_ROLE new_role, in handle_role_change()
662 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
668 void handle_remote_features_complete(const RawAddress& bd_addr) { in handle_remote_features_complete()
684 void BTA_dm_notify_remote_features_complete(const RawAddress bd_addr) { in BTA_dm_notify_remote_features_complete()
689 static tBTA_DM_PEER_DEVICE* allocate_device_for(const RawAddress& bd_addr, in allocate_device_for()
711 static void bta_dm_acl_up(const RawAddress& bd_addr, tBT_TRANSPORT transport, in bta_dm_acl_up()
748 void BTA_dm_acl_up(const RawAddress bd_addr, tBT_TRANSPORT transport, in BTA_dm_acl_up()
[all …]
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.cc123 void EattExtension::AddFromStorage(const RawAddress& bd_addr) { in AddFromStorage()
130 bool EattExtension::IsEattSupportedByPeer(const RawAddress& bd_addr) { in IsEattSupportedByPeer()
134 void EattExtension::Connect(const RawAddress& bd_addr) { in Connect()
138 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect()
142 void EattExtension::Reconfigure(const RawAddress& bd_addr, uint16_t cid, in Reconfigure()
146 void EattExtension::ReconfigureAll(const RawAddress& bd_addr, uint16_t mtu) { in ReconfigureAll()
150 EattChannel* EattExtension::FindEattChannelByCid(const RawAddress& bd_addr, in FindEattChannelByCid()
155 EattChannel* EattExtension::FindEattChannelByTransId(const RawAddress& bd_addr, in FindEattChannelByTransId()
160 bool EattExtension::IsIndicationPending(const RawAddress& bd_addr, in IsIndicationPending()
166 const RawAddress& bd_addr) { in GetChannelAvailableForIndication()
[all …]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc161 RawAddress* bd_addr = (RawAddress*)p_param; in btif_in_hf_client_generic_evt() local
224 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& bd_addr) { in btif_hf_client_get_cb_by_bda()
295 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int()
315 static bt_status_t connect(const RawAddress* bd_addr) { in connect()
330 static bt_status_t disconnect(const RawAddress* bd_addr) { in disconnect()
351 static bt_status_t connect_audio(const RawAddress* bd_addr) { in connect_audio()
381 static bt_status_t disconnect_audio(const RawAddress* bd_addr) { in disconnect_audio()
400 static bt_status_t start_voice_recognition(const RawAddress* bd_addr) { in start_voice_recognition()
422 static bt_status_t stop_voice_recognition(const RawAddress* bd_addr) { in stop_voice_recognition()
444 static bt_status_t volume_control(const RawAddress* bd_addr, in volume_control()
[all …]
Dbtif_hf.cc142 static bool is_active_device(const RawAddress& bd_addr) { in is_active_device()
179 static bool is_connected(RawAddress* bd_addr) { in is_connected()
198 static int btif_hf_idx_by_bdaddr(RawAddress* bd_addr) { in btif_hf_idx_by_bdaddr()
286 static bool IsSlcConnected(RawAddress* bd_addr) { in IsSlcConnected()
763 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int()
913 bt_status_t HeadsetInterface::Connect(RawAddress* bd_addr) { in Connect()
918 bt_status_t HeadsetInterface::Disconnect(RawAddress* bd_addr) { in Disconnect()
933 bt_status_t HeadsetInterface::ConnectAudio(RawAddress* bd_addr, in ConnectAudio()
958 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio()
973 bt_status_t HeadsetInterface::isNoiseReductionSupported(RawAddress* bd_addr) { in isNoiseReductionSupported()
[all …]
Dbtif_dm.cc166 RawAddress bd_addr; member
234 RawAddress bd_addr; member
483 static bool get_cached_remote_name(const RawAddress& bd_addr, in get_cached_remote_name()
528 bool check_cod_hid(const RawAddress& bd_addr) { in check_cod_hid()
532 bool check_cod_hid_major(const RawAddress& bd_addr, uint32_t cod) { in check_cod_hid_major()
538 bool check_cod_le_audio(const RawAddress& bd_addr) { in check_cod_le_audio()
574 static void bond_state_changed(bt_status_t status, const RawAddress& bd_addr, in bond_state_changed()
749 bool is_device_le_audio_capable(const RawAddress bd_addr) { in is_device_le_audio_capable()
787 bool is_le_audio_capable_during_service_discovery(const RawAddress& bd_addr) { in is_le_audio_capable_during_service_discovery()
818 static void btif_dm_cb_create_bond(const RawAddress bd_addr, in btif_dm_cb_create_bond()
[all …]
Dbtif_storage.cc460 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_in_fetch_bonded_devices() local
506 RawAddress bd_addr, const tBLE_ADDR_TYPE addr_type, in btif_read_le_key()
600 RawAddress* bd_addr = (RawAddress*)property->val; in btif_storage_get_adapter_property() local
865 for (const auto& bd_addr : btif_config_get_paired_devices()) { in remove_devices_with_sample_ltk() local
1264 RawAddress bd_addr; in btif_in_fetch_bonded_ble_device() local
1365 uint8_t btif_storage_get_sr_supp_feat(const RawAddress& bd_addr) { in btif_storage_get_sr_supp_feat()
1394 bool btif_storage_get_stored_remote_name(const RawAddress& bd_addr, in btif_storage_get_stored_remote_name()
1406 void btif_storage_set_gatt_cl_supp_feat(const RawAddress& bd_addr, in btif_storage_set_gatt_cl_supp_feat()
1409 [](const RawAddress& bd_addr, uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat()
1419 uint8_t btif_storage_get_gatt_cl_supp_feat(const RawAddress& bd_addr) { in btif_storage_get_gatt_cl_supp_feat()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc88 void BTA_dm_acl_down(const RawAddress bd_addr, tBT_TRANSPORT transport) { in BTA_dm_acl_down()
92 void BTA_dm_acl_up(const RawAddress bd_addr, tBT_TRANSPORT transport, in BTA_dm_acl_up()
97 void BTA_dm_acl_up_failed(const RawAddress bd_addr, tBT_TRANSPORT transport, in BTA_dm_acl_up_failed()
102 void BTA_dm_notify_remote_features_complete(const RawAddress bd_addr) { in BTA_dm_notify_remote_features_complete()
114 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
120 void bta_dm_add_ble_device(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_add_ble_device()
125 void bta_dm_add_blekey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE blekey, in bta_dm_add_blekey()
134 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply()
147 void bta_dm_ble_passkey_reply(const RawAddress& bd_addr, bool accept, in bta_dm_ble_passkey_reply()
156 void bta_dm_ble_set_conn_params(const RawAddress& bd_addr, in bta_dm_ble_set_conn_params()
[all …]
Dmock_stack_btm_ble.cc128 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply()
132 bool BTM_BleDataSignature(const RawAddress& bd_addr, uint8_t* p_text, in BTM_BleDataSignature()
142 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply()
147 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply()
153 const RawAddress& bd_addr, in BTM_BleReadPhy()
162 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply()
168 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
174 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams()
194 bool BTM_BleVerifySignature(const RawAddress& bd_addr, uint8_t* p_orig, in BTM_BleVerifySignature()
224 bool BTM_GetRemoteDeviceName(const RawAddress& bd_addr, BD_NAME bd_name) { in BTM_GetRemoteDeviceName()
[all …]
Dmock_stack_btm_sec.cc151 bool BTM_CanReadDiscoverableCharacteristics(const RawAddress& bd_addr) { in BTM_CanReadDiscoverableCharacteristics()
156 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr) { in BTM_ConfirmReqReply()
160 tBT_DEVICE_TYPE BTM_GetPeerDeviceTypeFromFeatures(const RawAddress& bd_addr) { in BTM_GetPeerDeviceTypeFromFeatures()
164 bool BTM_IsAuthenticated(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsAuthenticated()
168 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted()
172 bool BTM_IsLinkKeyAuthed(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyAuthed()
176 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown()
180 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, in BTM_PINCodeReply()
185 void BTM_PasskeyReqReply(tBTM_STATUS res, const RawAddress& bd_addr, in BTM_PasskeyReqReply()
190 bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr) { in BTM_PeerSupportsSecureConnections()
[all …]
Dmock_bta_dm_api.cc105 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice()
110 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey()
115 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice()
133 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
145 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
162 void BTA_DmBleSecurityGrant(const RawAddress& bd_addr, in BTA_DmBleSecurityGrant()
167 void BTA_DmBleSubrateRequest(const RawAddress& bd_addr, uint16_t subrate_min, in BTA_DmBleSubrateRequest()
174 void BTA_DmBleUpdateConnectionParams(const RawAddress& bd_addr, in BTA_DmBleUpdateConnectionParams()
182 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond()
188 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel()
[all …]
Dmock_stack_hcic_hcicmds.cc107 void btsnd_hcic_accept_esco_conn(const RawAddress& bd_addr, in btsnd_hcic_accept_esco_conn()
134 void btsnd_hcic_delete_stored_key(const RawAddress& bd_addr, in btsnd_hcic_delete_stored_key()
145 const RawAddress& bd_addr, enh_esco_params_t* p_params) { in btsnd_hcic_enhanced_accept_synchronous_connection()
170 void btsnd_hcic_io_cap_req_neg_reply(const RawAddress& bd_addr, in btsnd_hcic_io_cap_req_neg_reply()
176 void btsnd_hcic_io_cap_req_reply(const RawAddress& bd_addr, uint8_t capability, in btsnd_hcic_io_cap_req_reply()
182 void btsnd_hcic_link_key_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_link_key_neg_reply()
186 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, in btsnd_hcic_link_key_req_reply()
198 void btsnd_hcic_pin_code_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_pin_code_neg_reply()
202 void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr, in btsnd_hcic_pin_code_req_reply()
246 void btsnd_hcic_reject_esco_conn(const RawAddress& bd_addr, uint8_t reason) { in btsnd_hcic_reject_esco_conn()
[all …]
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc85 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice()
157 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice()
212 void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags()
231 const char* BTM_SecReadDevName(const RawAddress& bd_addr) { in BTM_SecReadDevName()
252 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev()
318 const RawAddress* bd_addr = ((RawAddress*)context); in is_address_equal() local
338 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev()
365 tBTM_SEC_DEV_REC* btm_find_dev_with_lenc(const RawAddress& bd_addr) { in btm_find_dev_with_lenc()
440 void btm_dev_consolidate_existing_connections(const RawAddress& bd_addr) { in btm_dev_consolidate_existing_connections()
512 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr) { in btm_find_or_alloc_dev()
[all …]
Dbtm_ble_sec.cc81 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice()
134 bool BTM_GetRemoteDeviceName(const RawAddress& bd_addr, BD_NAME bd_name) { in BTM_GetRemoteDeviceName()
167 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey()
248 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant()
273 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply()
305 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply()
340 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply()
371 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply()
415 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams()
574 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength()
[all …]
Dbtm_sec_cb.cc121 tBTM_SEC_REC* tBTM_SEC_CB::getSecRec(const RawAddress bd_addr) { in getSecRec()
129 bool tBTM_SEC_CB::IsDeviceEncrypted(const RawAddress bd_addr, in IsDeviceEncrypted()
146 bool tBTM_SEC_CB::IsLinkKeyAuthenticated(const RawAddress bd_addr, in IsLinkKeyAuthenticated()
163 bool tBTM_SEC_CB::IsDeviceAuthenticated(const RawAddress bd_addr, in IsDeviceAuthenticated()
180 bool tBTM_SEC_CB::IsLinkKeyKnown(const RawAddress bd_addr, in IsLinkKeyKnown()
197 bool tBTM_SEC_CB::IsDeviceBonded(const RawAddress bd_addr) { in IsDeviceBonded()
Dbtm_sec.cc462 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted()
466 bool BTM_IsLinkKeyAuthed(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyAuthed()
470 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown()
474 bool BTM_IsAuthenticated(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsAuthenticated()
478 bool BTM_CanReadDiscoverableCharacteristics(const RawAddress& bd_addr) { in BTM_CanReadDiscoverableCharacteristics()
599 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, in BTM_PINCodeReply()
710 tBTM_STATUS btm_sec_bond_by_transport(const RawAddress& bd_addr, in btm_sec_bond_by_transport()
871 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTM_SecBond()
909 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel()
994 tBTM_LINK_KEY_TYPE BTM_SecGetDeviceLinkKeyType(const RawAddress& bd_addr) { in BTM_SecGetDeviceLinkKeyType()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc152 …void ConnectionStateCallback(headset::bthf_connection_state_t state, RawAddress* bd_addr) override… in ConnectionStateCallback()
157 void AudioStateCallback(headset::bthf_audio_state_t state, RawAddress* bd_addr) override { in AudioStateCallback()
163 … [[maybe_unused]] headset::bthf_vr_state_t state, [[maybe_unused]] RawAddress* bd_addr) override {} in VoiceRecognitionCallback()
165 void AnswerCallCallback(RawAddress* bd_addr) override { in AnswerCallCallback()
169 void HangupCallCallback(RawAddress* bd_addr) override { in HangupCallCallback()
173 …void VolumeControlCallback(headset::bthf_volume_type_t type, int volume, RawAddress* bd_addr) over… in VolumeControlCallback()
185 void DialCallCallback(char* number, RawAddress* bd_addr) override { in DialCallCallback()
189 void DtmfCmdCallback([[maybe_unused]] char tone, [[maybe_unused]] RawAddress* bd_addr) override {} in DtmfCmdCallback()
192 [[maybe_unused]] headset::bthf_nrec_t nrec, [[maybe_unused]] RawAddress* bd_addr) override {} in NoiseReductionCallback()
206 void AtChldCallback(headset::bthf_chld_type_t chld, RawAddress* bd_addr) override { in AtChldCallback()
[all …]
/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc37 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown()
42 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted()
46 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption()
65 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
71 bool BTM_SecIsSecurityPending(const RawAddress& bd_addr) { in BTM_SecIsSecurityPending()
76 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev()
81 void BTM_RequestPeerSCA(RawAddress const& bd_addr, tBT_TRANSPORT transport) { in BTM_RequestPeerSCA()
86 uint16_t BTM_GetHCIConnHandle(RawAddress const& bd_addr, in BTM_GetHCIConnHandle()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc85 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type) { in SMP_Pair()
116 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
133 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
173 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel()
202 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
283 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply()
328 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply()
501 void SMP_SirkConfirmDeviceReply(const RawAddress& bd_addr, uint8_t res) { in SMP_SirkConfirmDeviceReply()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp57 static jbyteArray marshall_bda(const RawAddress* bd_addr) { in marshall_bda()
71 static void connection_state_cb(const RawAddress* bd_addr, in connection_state_cb()
88 static void audio_state_cb(const RawAddress* bd_addr, in audio_state_cb()
101 static void vr_cmd_cb(const RawAddress* bd_addr, bthf_client_vr_state_t state) { in vr_cmd_cb()
113 static void network_state_cb(const RawAddress* bd_addr, in network_state_cb()
126 static void network_roaming_cb(const RawAddress* bd_addr, in network_roaming_cb()
139 static void network_signal_cb(const RawAddress* bd_addr, int signal) { in network_signal_cb()
151 static void battery_level_cb(const RawAddress* bd_addr, int level) { in battery_level_cb()
163 static void current_operator_cb(const RawAddress* bd_addr, const char* name) { in current_operator_cb()
183 static void call_cb(const RawAddress* bd_addr, bthf_client_call_t call) { in call_cb()
[all …]
Dcom_android_bluetooth_hfp.cpp59 static jbyteArray marshall_bda(RawAddress* bd_addr) { in marshall_bda()
82 RawAddress* bd_addr) override { in ConnectionStateCallback()
97 RawAddress* bd_addr) override { in AudioStateCallback()
112 RawAddress* bd_addr) override { in VoiceRecognitionCallback()
127 void AnswerCallCallback(RawAddress* bd_addr) override { in AnswerCallCallback()
142 void HangupCallCallback(RawAddress* bd_addr) override { in HangupCallCallback()
158 int volume, RawAddress* bd_addr) override { in VolumeControlCallback()
173 void DialCallCallback(char* number, RawAddress* bd_addr) override { in DialCallCallback()
196 void DtmfCmdCallback(char dtmf, RawAddress* bd_addr) override { in DtmfCmdCallback()
213 RawAddress* bd_addr) override { in NoiseReductionCallback()
[all …]
/packages/modules/Bluetooth/system/test/headless/utils/
Dpower_mode_client.h63 const RawAddress bd_addr; member
102 void CommandSent(const RawAddress& bd_addr, pwr_command_t&& pwr_command) { in CommandSent()
108 void PopFront(const RawAddress& bd_addr) { in PopFront()
130 Client(const uint8_t pm_id, const RawAddress& bd_addr) in Client()
210 Client GetClient(const RawAddress bd_addr) { return Client(pm_id_, bd_addr); } in GetClient()

123456789