| /packages/modules/Bluetooth/system/stack/test/common/ |
| D | mock_eatt.cc | 37 void EattExtension::AddFromStorage(const RawAddress& bd_addr) {} in AddFromStorage() 41 bool EattExtension::IsEattSupportedByPeer(const RawAddress& bd_addr) { in IsEattSupportedByPeer() 45 void EattExtension::Connect(const RawAddress& bd_addr) { in Connect() 49 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect() 53 void EattExtension::Reconfigure(const RawAddress& bd_addr, uint16_t cid, in Reconfigure() 57 void EattExtension::ReconfigureAll(const RawAddress& bd_addr, uint16_t mtu) { in ReconfigureAll() 61 EattChannel* EattExtension::FindEattChannelByCid(const RawAddress& bd_addr, in FindEattChannelByCid() 66 EattChannel* EattExtension::FindEattChannelByTransId(const RawAddress& bd_addr, in FindEattChannelByTransId() 71 bool EattExtension::IsIndicationPending(const RawAddress& bd_addr, in IsIndicationPending() 77 const RawAddress& bd_addr) { in GetChannelAvailableForIndication() [all …]
|
| D | mock_l2cap_layer.cc | 43 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& bd_addr) { in L2CA_ConnectReq() 47 bool L2CA_ConnectRsp(const RawAddress& bd_addr, uint8_t id, uint16_t lcid, in L2CA_ConnectRsp() 81 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() 86 const RawAddress& bd_addr, in L2CA_ConnectCreditBasedReq() 91 bool L2CA_ConnectCreditBasedRsp(const RawAddress& bd_addr, uint8_t id, in L2CA_ConnectCreditBasedRsp() 98 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& bd_addr, std::vector<uint16_t> &lcids, in L2CA_ReconfigCreditBasedConnsReq()
|
| /packages/modules/Bluetooth/system/stack/eatt/ |
| D | eatt.cc | 123 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/test/mock/ |
| D | mock_stack_btm_dev.cc | 57 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice() 64 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() 68 bool btm_dev_support_role_switch(const RawAddress& bd_addr) { in btm_dev_support_role_switch() 72 bool btm_set_bond_type_dev(const RawAddress& bd_addr, in btm_set_bond_type_dev() 85 char* BTM_SecReadDevName(const RawAddress& bd_addr) { in BTM_SecReadDevName() 89 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() 97 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr) { in btm_find_or_alloc_dev() 101 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev() 110 const RawAddress& bd_addr) { in btm_get_bond_type_dev() 114 void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags() [all …]
|
| D | mock_stack_smp_api.cc | 42 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel() 50 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith() 54 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type) { in SMP_Pair() 58 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair() 66 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply() 70 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply() 74 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply() 81 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
|
| D | mock_bta_dm_api.cc | 79 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice() 84 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey() 89 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice() 100 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply() 117 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply() 130 void BTA_DmBleSecurityGrant(const RawAddress& bd_addr, in BTA_DmBleSecurityGrant() 135 void BTA_DmBleUpdateConnectionParams(const RawAddress& bd_addr, in BTA_DmBleUpdateConnectionParams() 143 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond() 149 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel() 153 void BTA_DmCloseACL(const RawAddress& bd_addr, bool remove_dev, in BTA_DmCloseACL() [all …]
|
| D | mock_stack_btm_sec.cc | 55 bool BTM_BothEndsSupportSecureConnections(const RawAddress& bd_addr) { in BTM_BothEndsSupportSecureConnections() 59 bool BTM_GetSecurityFlagsByTransport(const RawAddress& bd_addr, in BTM_GetSecurityFlagsByTransport() 65 bool BTM_IsAuthenticated(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsAuthenticated() 69 bool BTM_CanReadDiscoverableCharacteristics(const RawAddress& bd_addr) { in BTM_CanReadDiscoverableCharacteristics() 73 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted() 77 bool BTM_IsLinkKeyAuthed(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyAuthed() 81 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown() 85 bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr) { in BTM_PeerSupportsSecureConnections() 89 tBT_DEVICE_TYPE BTM_GetPeerDeviceTypeFromFeatures(const RawAddress& bd_addr) { in BTM_GetPeerDeviceTypeFromFeatures() 101 bool BTM_SecIsSecurityPending(const RawAddress& bd_addr) { in BTM_SecIsSecurityPending() [all …]
|
| D | mock_stack_btm.cc | 79 uint16_t min_loc_to) -> tBTM_STATUS { return BTM_SUCCESS; }, in __anon383244b01202() 114 [](const RawAddress& bd_addr) -> bool { return false; }, in __anon383244b01b02() 132 .BTM_GetMaxPacketSize = [](const RawAddress& bd_addr) -> uint16_t { in __anon383244b02002() 148 const RawAddress& bd_addr) {}, in __anon383244b02202() 151 .BTM_RemoteOobDataReply = [](tBTM_STATUS res, const RawAddress& bd_addr, 153 .BTM_SecAddBleDevice = [](const RawAddress& bd_addr, 156 .BTM_SecAddBleKey = [](const RawAddress& bd_addr, 162 .BTM_SecBond = [](const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, 167 .BTM_SecBondCancel = [](const RawAddress& bd_addr) -> tBTM_STATUS { in __anon383244b02902() 176 .BTM_SecReadDevName = [](const RawAddress& bd_addr) -> char* { in __anon383244b02d02() [all …]
|
| D | mock_stack_btm_ble.cc | 133 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() 137 bool BTM_BleDataSignature(const RawAddress& bd_addr, uint8_t* p_text, in BTM_BleDataSignature() 147 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() 152 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply() 158 const RawAddress& bd_addr, in BTM_BleReadPhy() 163 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply() 169 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() 175 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() 184 bool BTM_BleVerifySignature(const RawAddress& bd_addr, uint8_t* p_orig, in BTM_BleVerifySignature() 214 bool BTM_GetRemoteDeviceName(const RawAddress& bd_addr, BD_NAME bd_name) { in BTM_GetRemoteDeviceName() [all …]
|
| D | mock_bta_dm_act.cc | 113 void BTA_dm_acl_down(const RawAddress bd_addr, tBT_TRANSPORT transport) { in BTA_dm_acl_down() 117 void BTA_dm_acl_up(const RawAddress bd_addr, tBT_TRANSPORT transport, in BTA_dm_acl_up() 122 void BTA_dm_acl_up_failed(const RawAddress bd_addr, tBT_TRANSPORT transport, in BTA_dm_acl_up_failed() 127 void BTA_dm_notify_remote_features_complete(const RawAddress bd_addr) { in BTA_dm_notify_remote_features_complete() 139 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change() 145 void bta_dm_acl_up(const RawAddress& bd_addr, tBT_TRANSPORT transport, in bta_dm_acl_up() 150 void bta_dm_add_ble_device(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_add_ble_device() 155 void bta_dm_add_blekey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE blekey, in bta_dm_add_blekey() 168 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply() 186 void bta_dm_ble_passkey_reply(const RawAddress& bd_addr, bool accept, in bta_dm_ble_passkey_reply() [all …]
|
| D | mock_btif_dm.cc | 55 bool is_device_le_audio_capable(const RawAddress bd_addr) { in is_device_le_audio_capable() 59 uint16_t btif_dm_get_connection_state(const RawAddress* bd_addr) { in btif_dm_get_connection_state() 76 void btif_dm_cancel_bond(const RawAddress bd_addr) { in btif_dm_cancel_bond() 81 void btif_dm_create_bond(const RawAddress bd_addr, int transport) { in btif_dm_create_bond() 84 void btif_dm_create_bond_le(const RawAddress bd_addr, in btif_dm_create_bond_le() 88 void btif_dm_create_bond_out_of_band(const RawAddress bd_addr, int transport, in btif_dm_create_bond_out_of_band() 113 void btif_dm_pin_reply(const RawAddress bd_addr, uint8_t accept, in btif_dm_pin_reply() 120 void btif_dm_proc_io_rsp(UNUSED_ATTR const RawAddress& bd_addr, in btif_dm_proc_io_rsp() 127 void btif_dm_remove_bond(const RawAddress bd_addr) { in btif_dm_remove_bond() 133 void btif_dm_set_oob_for_le_io_req(const RawAddress& bd_addr, in btif_dm_set_oob_for_le_io_req() [all …]
|
| D | mock_main_shim_btm_api.cc | 44 bool bluetooth::shim::BTM_BleDataSignature(const RawAddress& bd_addr, in BTM_BleDataSignature() 55 const RawAddress& bd_addr) { in BTM_BleSecurityProcedureIsRunning() 59 bool bluetooth::shim::BTM_BleVerifySignature(const RawAddress& bd_addr, in BTM_BleVerifySignature() 66 bool bluetooth::shim::BTM_GetLeSecurityState(const RawAddress& bd_addr, in BTM_GetLeSecurityState() 88 bool bluetooth::shim::BTM_SecAddDevice(const RawAddress& bd_addr, in BTM_SecAddDevice() 101 bool bluetooth::shim::BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() 179 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond() 186 tBTM_STATUS bluetooth::shim::BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() 206 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() 224 const RawAddress& bd_addr, bool is_originator, in btm_sec_mx_access_request() [all …]
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_hf_client.cc | 158 RawAddress* bd_addr = (RawAddress*)p_param; in btif_in_hf_client_generic_evt() local 221 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& bd_addr) { in btif_hf_client_get_cb_by_bda() 292 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int() 312 static bt_status_t connect(const RawAddress* bd_addr) { in connect() 327 static bt_status_t disconnect(const RawAddress* bd_addr) { in disconnect() 348 static bt_status_t connect_audio(const RawAddress* bd_addr) { in connect_audio() 378 static bt_status_t disconnect_audio(const RawAddress* bd_addr) { in disconnect_audio() 397 static bt_status_t start_voice_recognition(const RawAddress* bd_addr) { in start_voice_recognition() 419 static bt_status_t stop_voice_recognition(const RawAddress* bd_addr) { in stop_voice_recognition() 441 static bt_status_t volume_control(const RawAddress* bd_addr, in volume_control() [all …]
|
| D | btif_hh.cc | 320 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) { in btif_hh_find_dev_by_bda() 341 const RawAddress& bd_addr) { in btif_hh_find_connected_dev_by_bda() 360 static void btif_hh_stop_vup_timer(RawAddress* bd_addr) { in btif_hh_stop_vup_timer() 377 static void btif_hh_start_vup_timer(const RawAddress* bd_addr) { in btif_hh_start_vup_timer() 487 void btif_hh_remove_device(RawAddress bd_addr) { in btif_hh_remove_device() 515 [](RawAddress bd_addr) { in btif_hh_remove_device() 564 bt_status_t btif_hh_virtual_unplug(const RawAddress* bd_addr) { in btif_hh_virtual_unplug() 618 bt_status_t btif_hh_connect(const RawAddress* bd_addr) { in btif_hh_connect() 668 [](RawAddress bd_addr) { in btif_hh_connect() 685 void btif_hh_disconnect(RawAddress* bd_addr) { in btif_hh_disconnect() [all …]
|
| D | btif_hf.cc | 141 static bool is_active_device(const RawAddress& bd_addr) { in is_active_device() 186 static bool is_connected(RawAddress* bd_addr) { in is_connected() 205 static int btif_hf_idx_by_bdaddr(RawAddress* bd_addr) { in btif_hf_idx_by_bdaddr() 293 static bool IsSlcConnected(RawAddress* bd_addr) { in IsSlcConnected() 746 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int() 897 bt_status_t HeadsetInterface::Connect(RawAddress* bd_addr) { in Connect() 902 bt_status_t HeadsetInterface::Disconnect(RawAddress* bd_addr) { in Disconnect() 918 bt_status_t HeadsetInterface::ConnectAudio(RawAddress* bd_addr, in ConnectAudio() 944 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio() 960 bt_status_t HeadsetInterface::isNoiseReductionSupported(RawAddress* bd_addr) { in isNoiseReductionSupported() [all …]
|
| D | btif_dm.cc | 149 RawAddress bd_addr; member 211 RawAddress bd_addr; member 503 bool check_cod_hid(const RawAddress& bd_addr) { in check_cod_hid() 507 bool check_cod_le_audio(const RawAddress& bd_addr) { in check_cod_le_audio() 543 static void bond_state_changed(bt_status_t status, const RawAddress& bd_addr, in bond_state_changed() 734 bool is_device_le_audio_capable(const RawAddress bd_addr) { in is_device_le_audio_capable() 760 bool is_le_audio_capable_during_service_discovery(const RawAddress& bd_addr) { in is_le_audio_capable_during_service_discovery() 791 static void btif_dm_cb_create_bond(const RawAddress bd_addr, in btif_dm_cb_create_bond() 853 static void btif_dm_cb_create_bond_le(const RawAddress bd_addr, in btif_dm_cb_create_bond_le() 874 uint16_t btif_dm_get_connection_state(const RawAddress* bd_addr) { in btif_dm_get_connection_state() [all …]
|
| D | btif_gatt_util.cc | 64 static bool btif_gatt_is_link_encrypted(const RawAddress& bd_addr) { in btif_gatt_is_link_encrypted() 69 static void btif_gatt_set_encryption_cb(UNUSED_ATTR const RawAddress& bd_addr, in btif_gatt_set_encryption_cb() 77 void btif_gatt_check_encrypted_link(RawAddress bd_addr, in btif_gatt_check_encrypted_link()
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
| D | hfp_shim.cc | 120 …void ConnectionStateCallback(headset::bthf_connection_state_t state, RawAddress* bd_addr) override… in ConnectionStateCallback() 125 void AudioStateCallback(headset::bthf_audio_state_t state, RawAddress* bd_addr) override { in AudioStateCallback() 131 … [[maybe_unused]] headset::bthf_vr_state_t state, [[maybe_unused]] RawAddress* bd_addr) override {} in VoiceRecognitionCallback() 133 void AnswerCallCallback(RawAddress* bd_addr) override { in AnswerCallCallback() 137 void HangupCallCallback(RawAddress* bd_addr) override { in HangupCallCallback() 141 …void VolumeControlCallback(headset::bthf_volume_type_t type, int volume, RawAddress* bd_addr) over… in VolumeControlCallback() 148 void DialCallCallback(char* number, RawAddress* bd_addr) override { in DialCallCallback() 152 void DtmfCmdCallback([[maybe_unused]] char tone, [[maybe_unused]] RawAddress* bd_addr) override {} in DtmfCmdCallback() 155 [[maybe_unused]] headset::bthf_nrec_t nrec, [[maybe_unused]] RawAddress* bd_addr) override {} in NoiseReductionCallback() 167 void AtChldCallback(headset::bthf_chld_type_t chld, RawAddress* bd_addr) override { in AtChldCallback() [all …]
|
| /packages/modules/Bluetooth/system/bta/test/common/ |
| D | btm_api_mock.cc | 29 bool BTM_GetSecurityFlagsByTransport(const RawAddress& bd_addr, in BTM_GetSecurityFlagsByTransport() 37 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/btm/ |
| D | btm_dev.cc | 73 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice() 161 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() 213 void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags() 232 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() 299 bool btm_dev_support_role_switch(const RawAddress& bd_addr) { in btm_dev_support_role_switch() 362 const RawAddress* bd_addr = ((RawAddress*)context); in is_address_equal() local 382 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() 409 tBTM_SEC_DEV_REC* btm_find_dev_with_lenc(const RawAddress& bd_addr) { in btm_find_dev_with_lenc() 483 void btm_dev_consolidate_existing_connections(const RawAddress& bd_addr) { in btm_dev_consolidate_existing_connections() [all …]
|
| D | btm_ble.cc | 93 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() 146 bool BTM_GetRemoteDeviceName(const RawAddress& bd_addr, BD_NAME bd_name) { in BTM_GetRemoteDeviceName() 178 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() 261 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() 286 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply() 318 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() 353 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() 384 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply() 428 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() 600 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink() [all …]
|
| /packages/modules/Bluetooth/system/bta/dm/ |
| D | bta_dm_api.cc | 118 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback, in BTA_DmDiscover() 132 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond() 140 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel() 155 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply() 198 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm() 213 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice() 239 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice() 298 bool BTA_DmGetConnectionState(const RawAddress& bd_addr) { in BTA_DmGetConnectionState() 351 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey() 372 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice() [all …]
|
| D | bta_dm_act.cc | 594 const RawAddress& bd_addr) { in bta_dm_process_remove_device_no_callback() 604 void bta_dm_process_remove_device(const RawAddress& bd_addr) { in bta_dm_process_remove_device() 625 void bta_dm_remove_device(const RawAddress& bd_addr) { in bta_dm_remove_device() 742 void bta_dm_close_acl(const RawAddress& bd_addr, bool remove_dev, in bta_dm_close_acl() 774 void bta_dm_bond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_bond() 812 void bta_dm_bond_cancel(const RawAddress& bd_addr) { in bta_dm_bond_cancel() 838 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm() 978 static bool bta_dm_read_remote_device_name(const RawAddress& bd_addr, in bta_dm_read_remote_device_name() 1727 static void bta_dm_find_services(const RawAddress& bd_addr) { in bta_dm_find_services() 2098 static void bta_dm_service_search_remname_cback(const RawAddress& bd_addr, in bta_dm_service_search_remname_cback() [all …]
|
| /packages/modules/Bluetooth/system/stack/smp/ |
| D | smp_api.cc | 142 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type) { in SMP_Pair() 176 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair() 193 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith() 237 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel() 270 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant() 356 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply() 414 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply() 461 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply()
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_hfpclient.cpp | 57 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 …]
|