/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_eatt.cc | 43 bool EattExtension::IsEattSupportedByPeer(const RawAddress& bd_addr) { in IsEattSupportedByPeer() 47 void EattExtension::Connect(const RawAddress& bd_addr) { pimpl_->Connect(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, uint16_t mtu) { in Reconfigure() 56 void EattExtension::ReconfigureAll(const RawAddress& bd_addr, uint16_t mtu) { in ReconfigureAll() 60 EattChannel* EattExtension::FindEattChannelByCid(const RawAddress& bd_addr, uint16_t cid) { in FindEattChannelByCid() 64 EattChannel* EattExtension::FindEattChannelByTransId(const RawAddress& bd_addr, uint32_t trans_id) { in FindEattChannelByTransId() 68 bool EattExtension::IsIndicationPending(const RawAddress& bd_addr, uint16_t indication_handle) { in IsIndicationPending() 72 EattChannel* EattExtension::GetChannelAvailableForIndication(const RawAddress& bd_addr) { in GetChannelAvailableForIndication() 76 void EattExtension::FreeGattResources(const RawAddress& bd_addr) { in FreeGattResources() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt.cc | 137 void EattExtension::AddFromStorage(const RawAddress& bd_addr) { in AddFromStorage() 146 bool EattExtension::IsEattSupportedByPeer(const RawAddress& bd_addr) { in IsEattSupportedByPeer() 150 void EattExtension::Connect(const RawAddress& bd_addr) { pimpl_->eatt_impl_->connect(bd_addr); } in Connect() 152 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect() 156 void EattExtension::Reconfigure(const RawAddress& bd_addr, uint16_t cid, uint16_t mtu) { in Reconfigure() 159 void EattExtension::ReconfigureAll(const RawAddress& bd_addr, uint16_t mtu) { in ReconfigureAll() 163 EattChannel* EattExtension::FindEattChannelByCid(const RawAddress& bd_addr, uint16_t cid) { in FindEattChannelByCid() 167 EattChannel* EattExtension::FindEattChannelByTransId(const RawAddress& bd_addr, uint32_t trans_id) { in FindEattChannelByTransId() 171 bool EattExtension::IsIndicationPending(const RawAddress& bd_addr, uint16_t indication_handle) { in IsIndicationPending() 175 EattChannel* EattExtension::GetChannelAvailableForIndication(const RawAddress& bd_addr) { in GetChannelAvailableForIndication() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf_client.cc | 164 RawAddress* bd_addr = (RawAddress*)p_param; in btif_in_hf_client_generic_evt() local 205 static btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& bd_addr) { in btif_hf_client_get_cb_by_bda() 275 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t /*uuid*/) { in connect_int() 297 static bt_status_t connect(const RawAddress* bd_addr) { in connect() 312 static bt_status_t disconnect(const RawAddress* bd_addr) { in disconnect() 333 static bt_status_t connect_audio(const RawAddress* bd_addr) { in connect_audio() 364 static bt_status_t disconnect_audio(const RawAddress* bd_addr) { in disconnect_audio() 385 static bt_status_t start_voice_recognition(const RawAddress* bd_addr) { in start_voice_recognition() 409 static bt_status_t stop_voice_recognition(const RawAddress* bd_addr) { in stop_voice_recognition() 433 static bt_status_t volume_control(const RawAddress* bd_addr, bthf_client_volume_type_t type, in volume_control() [all …]
|
D | btif_dm.cc | 160 RawAddress bd_addr; member 227 RawAddress bd_addr; member 464 static bool get_cached_remote_name(const RawAddress& bd_addr, bt_bdname_t* p_remote_name, in get_cached_remote_name() 496 bool check_cod_hid(const RawAddress& bd_addr) { in check_cod_hid() 500 bool check_cod_hid_major(const RawAddress& bd_addr, uint32_t cod) { in check_cod_hid_major() 506 static bool check_cod_le_audio(const RawAddress& bd_addr) { in check_cod_le_audio() 546 static void bond_state_changed(bt_status_t status, const RawAddress& bd_addr, in bond_state_changed() 703 bool is_device_le_audio_capable(const RawAddress bd_addr) { in is_device_le_audio_capable() 739 bool is_le_audio_capable_during_service_discovery(const RawAddress& bd_addr) { in is_le_audio_capable_during_service_discovery() 768 static void btif_dm_cb_create_bond(const RawAddress bd_addr, tBT_TRANSPORT transport) { in btif_dm_cb_create_bond() [all …]
|
D | btif_hf.cc | 159 static bool is_active_device(const RawAddress& bd_addr) { in is_active_device() 195 static bool is_connected(RawAddress* bd_addr) { in is_connected() 215 static int btif_hf_idx_by_bdaddr(RawAddress* bd_addr) { in btif_hf_idx_by_bdaddr() 305 static bool IsSlcConnected(RawAddress* bd_addr) { in IsSlcConnected() 770 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t /*uuid*/) { in connect_int() 838 bool IsDuringVoiceRecognition(RawAddress* bd_addr) { in IsDuringVoiceRecognition() 932 bt_status_t HeadsetInterface::Connect(RawAddress* bd_addr) { in Connect() 937 bt_status_t HeadsetInterface::Disconnect(RawAddress* bd_addr) { in Disconnect() 952 bt_status_t HeadsetInterface::ConnectAudio(RawAddress* bd_addr, int disabled_codecs) { in ConnectAudio() 975 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio() [all …]
|
D | btif_storage.cc | 457 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_in_fetch_bonded_devices() local 498 static void btif_read_le_key(const uint8_t key_type, const size_t key_len, RawAddress bd_addr, in btif_read_le_key() 593 RawAddress* bd_addr = reinterpret_cast<RawAddress*>(property->val); in btif_storage_get_adapter_property() local 834 for (const auto& bd_addr : btif_config_get_paired_devices()) { in remove_devices_with_sample_ltk() local 1197 RawAddress bd_addr; in btif_in_fetch_bonded_ble_device() local 1296 uint8_t btif_storage_get_sr_supp_feat(const RawAddress& bd_addr) { in btif_storage_get_sr_supp_feat() 1336 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_prune_devices() local 1354 bool btif_storage_get_stored_remote_name(const RawAddress& bd_addr, char* name) { in btif_storage_get_stored_remote_name() 1364 bool btif_storage_get_cod(const RawAddress& bd_addr, uint32_t* cod) { in btif_storage_get_cod() 1374 void btif_storage_set_gatt_cl_supp_feat(const RawAddress& bd_addr, uint8_t feat) { in btif_storage_set_gatt_cl_supp_feat() [all …]
|
D | bluetooth.cc | 647 static int create_bond(const RawAddress* bd_addr, int transport) { in create_bond() 659 static int create_bond_le(const RawAddress* bd_addr, uint8_t addr_type) { in create_bond_le() 671 static int create_bond_out_of_band(const RawAddress* bd_addr, int transport, in create_bond_out_of_band() 694 static int cancel_bond(const RawAddress* bd_addr) { in cancel_bond() 703 static int remove_bond(const RawAddress* bd_addr) { in remove_bond() 725 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() 737 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply() 753 static int ssp_reply(const RawAddress* bd_addr, bt_ssp_variant_t variant, uint8_t accept, in ssp_reply() 923 static int get_remote_pbap_pce_version(const RawAddress* bd_addr) { in get_remote_pbap_pce_version() 1357 void invoke_remote_device_properties_cb(bt_status_t status, RawAddress bd_addr, int num_properties, in invoke_remote_device_properties_cb() [all …]
|
D | btif_profile_storage.cc | 286 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_hid_info() local 397 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_get_le_hid_devices() local 413 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_get_wake_capable_classic_hid_devices() local 469 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_hearing_aids() local 651 [](const RawAddress& bd_addr, std::vector<uint8_t> handles) { in btif_storage_leaudio_update_handles_bin() 666 [](const RawAddress& bd_addr, std::vector<uint8_t> sink_pacs) { in btif_storage_leaudio_update_pacs_bin() 677 [](const RawAddress& bd_addr, std::vector<uint8_t> source_pacs) { in btif_storage_leaudio_update_pacs_bin() 692 [](const RawAddress& bd_addr, std::vector<uint8_t> ases) { in btif_storage_leaudio_update_ase_bin() 734 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_leaudio() local 879 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_leaudio_has_devices() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_act.cc | 91 void BTA_dm_acl_down(const RawAddress bd_addr, tBT_TRANSPORT transport) { in BTA_dm_acl_down() 95 void BTA_dm_acl_up(const RawAddress bd_addr, tBT_TRANSPORT transport, uint16_t acl_handle) { in BTA_dm_acl_up() 99 void BTA_dm_acl_up_failed(const RawAddress bd_addr, tBT_TRANSPORT transport, in BTA_dm_acl_up_failed() 104 void BTA_dm_notify_remote_features_complete(const RawAddress bd_addr) { in BTA_dm_notify_remote_features_complete() 116 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change() 121 void bta_dm_add_ble_device(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_add_ble_device() 126 void bta_dm_add_blekey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE blekey, in bta_dm_add_blekey() 135 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, uint32_t passkey) { in bta_dm_ble_passkey_reply() 155 void bta_dm_ble_set_conn_params(const RawAddress& bd_addr, uint16_t conn_int_min, in bta_dm_ble_set_conn_params() [all …]
|
D | mock_stack_btm_sec.cc | 141 bool BTM_CanReadDiscoverableCharacteristics(const RawAddress& bd_addr) { in BTM_CanReadDiscoverableCharacteristics() 145 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr) { in BTM_ConfirmReqReply() 149 bool BTM_IsAuthenticated(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsAuthenticated() 153 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted() 157 bool BTM_IsLinkKeyAuthed(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyAuthed() 161 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown() 165 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply() 169 void BTM_PasskeyReqReply(tBTM_STATUS res, const RawAddress& bd_addr, uint32_t passkey) { in BTM_PasskeyReqReply() 173 bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr) { in BTM_PeerSupportsSecureConnections() 181 void BTM_RemoteOobDataReply(tBTM_STATUS res, const RawAddress& bd_addr, const Octet16& c, in BTM_RemoteOobDataReply() [all …]
|
D | mock_stack_btm_ble.cc | 119 void BTM_BleConfirmReply(const RawAddress& bd_addr, tBTM_STATUS res) { in BTM_BleConfirmReply() 123 bool BTM_BleDataSignature(const RawAddress& bd_addr, uint8_t* p_text, uint16_t len, in BTM_BleDataSignature() 132 void BTM_BleOobDataReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t len, uint8_t* p_data) { in BTM_BleOobDataReply() 136 void BTM_BlePasskeyReply(const RawAddress& bd_addr, tBTM_STATUS res, uint32_t passkey) { in BTM_BlePasskeyReply() 140 void BTM_BleReadPhy(const RawAddress& bd_addr, in BTM_BleReadPhy() 149 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, uint8_t* p_c, uint8_t* p_r) { in BTM_BleSecureConnectionOobDataReply() 163 bool BTM_BleVerifySignature(const RawAddress& bd_addr, uint8_t* p_orig, uint16_t len, in BTM_BleVerifySignature() 180 bool BTM_GetRemoteDeviceName(const RawAddress& bd_addr, BD_NAME bd_name) { in BTM_GetRemoteDeviceName() 184 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() 189 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() [all …]
|
D | mock_bta_dm_api.cc | 106 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice() 111 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey() 116 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, const LinkKey& link_key, in BTA_DmAddDevice() 130 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply() 142 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, uint32_t passkey) { in BTA_DmBlePasskeyReply() 158 void BTA_DmBleSecurityGrant(const RawAddress& bd_addr, tBTA_DM_BLE_SEC_GRANT res) { in BTA_DmBleSecurityGrant() 162 void BTA_DmBleSubrateRequest(const RawAddress& bd_addr, uint16_t subrate_min, uint16_t subrate_max, in BTA_DmBleSubrateRequest() 168 void BTA_DmBleUpdateConnectionParams(const RawAddress& bd_addr, uint16_t min_int, uint16_t max_int, in BTA_DmBleUpdateConnectionParams() 175 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, tBT_TRANSPORT transport, in BTA_DmBond() 180 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel() [all …]
|
D | mock_stack_hcic_hcicmds.cc | 103 void btsnd_hcic_accept_esco_conn(const RawAddress& bd_addr, uint32_t transmit_bandwidth, in btsnd_hcic_accept_esco_conn() 124 void btsnd_hcic_delete_stored_key(const RawAddress& bd_addr, bool delete_all_flag) { in btsnd_hcic_delete_stored_key() 132 void btsnd_hcic_enhanced_accept_synchronous_connection(const RawAddress& bd_addr, in btsnd_hcic_enhanced_accept_synchronous_connection() 156 void btsnd_hcic_io_cap_req_neg_reply(const RawAddress& bd_addr, uint8_t err_code) { in btsnd_hcic_io_cap_req_neg_reply() 160 void btsnd_hcic_io_cap_req_reply(const RawAddress& bd_addr, uint8_t capability, uint8_t oob_present, in btsnd_hcic_io_cap_req_reply() 166 void btsnd_hcic_link_key_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_link_key_neg_reply() 170 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply() 180 void btsnd_hcic_pin_code_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_pin_code_neg_reply() 184 void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr, uint8_t pin_code_len, in btsnd_hcic_pin_code_req_reply() 225 void btsnd_hcic_reject_esco_conn(const RawAddress& bd_addr, uint8_t reason) { in btsnd_hcic_reject_esco_conn() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 84 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() 156 bool BTM_GetRemoteDeviceName(const RawAddress& bd_addr, BD_NAME bd_name) { in BTM_GetRemoteDeviceName() 187 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() 263 void BTM_SecurityGrant(const RawAddress& bd_addr, tBTM_STATUS res) { in BTM_SecurityGrant() 287 void BTM_BlePasskeyReply(const RawAddress& bd_addr, tBTM_STATUS res, uint32_t passkey) { in BTM_BlePasskeyReply() 318 void BTM_BleConfirmReply(const RawAddress& bd_addr, tBTM_STATUS res) { in BTM_BleConfirmReply() 352 void BTM_BleOobDataReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t len, uint8_t* p_data) { in BTM_BleOobDataReply() 382 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, uint8_t* p_c, uint8_t* p_r) { in BTM_BleSecureConnectionOobDataReply() 423 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() 585 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, uint16_t tx_pdu_length) { in BTM_SetBleDataLength() [all …]
|
D | btm_dev.cc | 86 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, LinkKey link_key, in BTM_SecAddDevice() 164 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() 211 void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags() 233 const char* BTM_SecReadDevName(const RawAddress& bd_addr) { in BTM_SecReadDevName() 255 DEV_CLASS BTM_SecReadDevClass(const RawAddress& bd_addr) { in BTM_SecReadDevClass() 275 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev() 348 const RawAddress* bd_addr = ((RawAddress*)context); in is_not_same_identity_or_pseudo_address() local 363 const RawAddress* bd_addr = ((RawAddress*)context); in is_rpa_unresolvable() local 380 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() 419 tBTM_SEC_DEV_REC* btm_find_dev_with_lenc(const RawAddress& bd_addr) { in btm_find_dev_with_lenc() [all …]
|
D | btm_sec.cc | 418 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted() 422 bool BTM_IsLinkKeyAuthed(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyAuthed() 426 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown() 430 bool BTM_IsAuthenticated(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsAuthenticated() 434 bool BTM_CanReadDiscoverableCharacteristics(const RawAddress& bd_addr) { in BTM_CanReadDiscoverableCharacteristics() 549 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply() 658 tBTM_STATUS btm_sec_bond_by_transport(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in btm_sec_bond_by_transport() 812 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTM_SecBond() 848 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() 932 tBTM_LINK_KEY_TYPE BTM_SecGetDeviceLinkKeyType(const RawAddress& bd_addr) { in BTM_SecGetDeviceLinkKeyType() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_api.cc | 41 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, tBT_TRANSPORT transport, in BTA_DmBond() 48 void BTA_DmBondCancel(const RawAddress& bd_addr) { bta_dm_bond_cancel(bd_addr); } in BTA_DmBondCancel() 61 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, uint8_t* p_pin) { in BTA_DmPinReply() 99 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { bta_dm_confirm(bd_addr, accept); } in BTA_DmConfirm() 111 void BTA_DmAddDevice(RawAddress bd_addr, DEV_CLASS dev_class, LinkKey link_key, uint8_t key_type, in BTA_DmAddDevice() 121 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice() 142 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey() 162 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice() 181 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, uint32_t passkey) { in BTA_DmBlePasskeyReply() 198 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply() [all …]
|
D | bta_dm_act.cc | 453 void bta_dm_process_remove_device_no_callback(const RawAddress& bd_addr) { in bta_dm_process_remove_device_no_callback() 463 void bta_dm_process_remove_device(const RawAddress& bd_addr) { in bta_dm_process_remove_device() 477 static void bta_dm_remove_device_(const RawAddress& bd_addr) { in bta_dm_remove_device_() 653 static void bta_dm_remove_on_disconnect(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in bta_dm_remove_on_disconnect() 677 bool bta_dm_removal_pending(const RawAddress& bd_addr) { in bta_dm_removal_pending() 687 static void handle_role_change(const RawAddress& bd_addr, tHCI_ROLE new_role, in handle_role_change() 741 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change() 746 void handle_remote_features_complete(const RawAddress& bd_addr) { in handle_remote_features_complete() 762 void BTA_dm_notify_remote_features_complete(const RawAddress bd_addr) { in BTA_dm_notify_remote_features_complete() 766 static tBTA_DM_PEER_DEVICE* allocate_device_for(const RawAddress& bd_addr, in allocate_device_for() [all …]
|
D | bta_dm_sec.cc | 84 void bta_dm_ble_sirk_confirm_device_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_sirk_confirm_device_reply() 121 void bta_dm_remote_key_missing(const RawAddress bd_addr) { in bta_dm_remote_key_missing() 130 void bta_dm_bond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, tBT_TRANSPORT transport, in bta_dm_bond() 162 void bta_dm_bond_cancel(const RawAddress& bd_addr) { in bta_dm_bond_cancel() 190 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm() 268 static tBTM_STATUS bta_dm_pin_cback(const RawAddress& bd_addr, DEV_CLASS dev_class, in bta_dm_pin_cback() 310 static tBTM_STATUS bta_dm_new_link_key_cback(const RawAddress& bd_addr, DEV_CLASS /* dev_class */, in bta_dm_new_link_key_cback() 359 static void bta_dm_authentication_complete_cback(const RawAddress& bd_addr, in bta_dm_authentication_complete_cback() 614 static void ble_io_req(const RawAddress& bd_addr, tBTM_IO_CAP* p_io_cap, tBTM_OOB_DATA* p_oob_data, in ble_io_req() 822 void bta_dm_encrypt_cback(RawAddress bd_addr, tBT_TRANSPORT transport, void* /* p_ref_data */, in bta_dm_encrypt_cback() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 135 RawAddress* bd_addr) override { in ConnectionStateCallback() 140 void AudioStateCallback(headset::bthf_audio_state_t state, RawAddress* bd_addr) override { in AudioStateCallback() 146 [[maybe_unused]] RawAddress* bd_addr) override {} in VoiceRecognitionCallback() 148 void AnswerCallCallback(RawAddress* bd_addr) override { in AnswerCallCallback() 152 void HangupCallCallback(RawAddress* bd_addr) override { in HangupCallCallback() 157 RawAddress* bd_addr) override { in VolumeControlCallback() 173 void DialCallCallback(char* number, RawAddress* bd_addr) override { in DialCallCallback() 177 void DtmfCmdCallback([[maybe_unused]] char tone, [[maybe_unused]] RawAddress* bd_addr) override {} in DtmfCmdCallback() 180 [[maybe_unused]] RawAddress* bd_addr) override {} in NoiseReductionCallback() 194 void AtChldCallback(headset::bthf_chld_type_t chld, RawAddress* bd_addr) override { in AtChldCallback() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 66 static jbyteArray marshall_bda(const RawAddress* bd_addr) { in marshall_bda() 81 static void connection_state_cb(const RawAddress* bd_addr, bthf_client_connection_state_t state, in connection_state_cb() 99 static void audio_state_cb(const RawAddress* bd_addr, bthf_client_audio_state_t state) { in audio_state_cb() 114 static void vr_cmd_cb(const RawAddress* bd_addr, bthf_client_vr_state_t state) { in vr_cmd_cb() 129 static void network_state_cb(const RawAddress* bd_addr, bthf_client_network_state_t state) { in network_state_cb() 144 static void network_roaming_cb(const RawAddress* bd_addr, bthf_client_service_type_t type) { in network_roaming_cb() 159 static void network_signal_cb(const RawAddress* bd_addr, int signal) { in network_signal_cb() 174 static void battery_level_cb(const RawAddress* bd_addr, int level) { in battery_level_cb() 189 static void current_operator_cb(const RawAddress* bd_addr, const char* name) { in current_operator_cb() 211 static void call_cb(const RawAddress* bd_addr, bthf_client_call_t call) { in call_cb() [all …]
|
D | com_android_bluetooth_hfp.cpp | 67 static jbyteArray marshall_bda(RawAddress* bd_addr) { in marshall_bda() 90 RawAddress* bd_addr) override { in ConnectionStateCallback() 109 RawAddress* bd_addr) override { in AudioStateCallback() 128 RawAddress* bd_addr) override { in VoiceRecognitionCallback() 144 void AnswerCallCallback(RawAddress* bd_addr) override { in AnswerCallCallback() 160 void HangupCallCallback(RawAddress* bd_addr) override { in HangupCallCallback() 177 RawAddress* bd_addr) override { in VolumeControlCallback() 194 void DialCallCallback(char* number, RawAddress* bd_addr) override { in DialCallCallback() 217 void DtmfCmdCallback(char dtmf, RawAddress* bd_addr) override { in DtmfCmdCallback() 234 void NoiseReductionCallback(bluetooth::headset::bthf_nrec_t nrec, RawAddress* bd_addr) override { in NoiseReductionCallback() [all …]
|
D | com_android_bluetooth_avrcp_controller.cpp | 75 const RawAddress& bd_addr) { in btavrcp_connection_state_callback() 107 static void btavrcp_playerapplicationsetting_callback(const RawAddress& bd_addr, uint8_t num_attr, in btavrcp_playerapplicationsetting_callback() 159 static void btavrcp_playerapplicationsetting_changed_callback(const RawAddress& bd_addr, in btavrcp_playerapplicationsetting_changed_callback() 200 static void btavrcp_set_abs_vol_cmd_callback(const RawAddress& bd_addr, uint8_t abs_vol, in btavrcp_set_abs_vol_cmd_callback() 225 static void btavrcp_register_notification_absvol_callback(const RawAddress& bd_addr, in btavrcp_register_notification_absvol_callback() 250 static void btavrcp_track_changed_callback(const RawAddress& bd_addr, uint8_t num_attr, in btavrcp_track_changed_callback() 304 static void btavrcp_play_position_changed_callback(const RawAddress& bd_addr, uint32_t song_len, in btavrcp_play_position_changed_callback() 328 static void btavrcp_play_status_changed_callback(const RawAddress& bd_addr, in btavrcp_play_status_changed_callback() 352 static void btavrcp_get_folder_items_callback(const RawAddress& bd_addr, btrc_status_t status, in btavrcp_get_folder_items_callback() 521 static void btavrcp_change_path_callback(const RawAddress& bd_addr, uint32_t count) { in btavrcp_change_path_callback() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/ |
D | btm_api_mock.cc | 50 mock_btm_client_interface.peer.BTM_RequestPeerSCA = [](RawAddress const& bd_addr, in SetMockBtmInterface() 51 tBT_TRANSPORT transport) { in SetMockBtmInterface() 64 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown() 69 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted() 73 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, tBT_TRANSPORT transport, in BTM_SetEncryption() 79 bool BTM_SecIsSecurityPending(const RawAddress& bd_addr) { in BTM_SecIsSecurityPending() 84 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_api.cc | 83 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type) { in SMP_Pair() 114 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { return SMP_Pair(bd_addr, BLE_ADDR_PUBLIC); } in SMP_Pair() 129 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith() 169 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel() 198 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant() 279 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, uint32_t passkey) { in SMP_PasskeyReply() 322 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()
|