Home
last modified time | relevance | path

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

123456789

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc37 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 …]
Dmock_l2cap_layer.cc38 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& bd_addr) { in L2CA_ConnectReq()
42 bool L2CA_ConnectRsp(const RawAddress& bd_addr, uint8_t id, uint16_t lcid, in L2CA_ConnectRsp()
76 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole()
81 const RawAddress& bd_addr, in L2CA_ConnectCreditBasedReq()
86 bool L2CA_ConnectCreditBasedRsp(const RawAddress& bd_addr, uint8_t id, in L2CA_ConnectCreditBasedRsp()
93 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& bd_addr, std::vector<uint16_t> &lcids, in L2CA_ReconfigCreditBasedConnsReq()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc58 …void ConnectionStateCallback(headset::bthf_connection_state_t state, RawAddress* bd_addr) override… in ConnectionStateCallback()
63 void AudioStateCallback(headset::bthf_audio_state_t state, RawAddress* bd_addr) override { in AudioStateCallback()
85 … [[maybe_unused]] headset::bthf_vr_state_t state, [[maybe_unused]] RawAddress* bd_addr) override {} in VoiceRecognitionCallback()
87 void AnswerCallCallback([[maybe_unused]] RawAddress* bd_addr) override {} in AnswerCallCallback()
89 void HangupCallCallback([[maybe_unused]] RawAddress* bd_addr) override {} in HangupCallCallback()
94 [[maybe_unused]] RawAddress* bd_addr) override {} in VolumeControlCallback()
96 …void DialCallCallback([[maybe_unused]] char* number, [[maybe_unused]] RawAddress* bd_addr) overrid… in DialCallCallback()
98 void DtmfCmdCallback([[maybe_unused]] char tone, [[maybe_unused]] RawAddress* bd_addr) override {} in DtmfCmdCallback()
101 [[maybe_unused]] headset::bthf_nrec_t nrec, [[maybe_unused]] RawAddress* bd_addr) override {} in NoiseReductionCallback()
103 …([[maybe_unused]] headset::bthf_wbs_config_t wbs, [[maybe_unused]] RawAddress* bd_addr) override {} in WbsCallback()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_dev.cc46 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice()
53 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice()
57 bool btm_dev_support_role_switch(const RawAddress& bd_addr) { in btm_dev_support_role_switch()
61 bool btm_set_bond_type_dev(const RawAddress& bd_addr, in btm_set_bond_type_dev()
74 char* BTM_SecReadDevName(const RawAddress& bd_addr) { in BTM_SecReadDevName()
78 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev()
86 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr) { in btm_find_or_alloc_dev()
90 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev()
99 const RawAddress& bd_addr) { in btm_get_bond_type_dev()
103 void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags()
[all …]
Dmock_stack_btm_ble.cc48 bool BTM_BleDataSignature(const RawAddress& bd_addr, uint8_t* p_text, in BTM_BleDataSignature()
53 bool BTM_BleVerifySignature(const RawAddress& bd_addr, uint8_t* p_orig, in BTM_BleVerifySignature()
63 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink()
72 bool btm_ble_get_enc_key_type(const RawAddress& bd_addr, uint8_t* p_key_types) { in btm_ble_get_enc_key_type()
76 bool btm_get_local_div(const RawAddress& bd_addr, uint16_t* p_div) { in btm_get_local_div()
100 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength()
105 tBTM_STATUS btm_ble_set_encryption(const RawAddress& bd_addr, in btm_ble_set_encryption()
116 tBTM_STATUS btm_proc_smp_cback(tSMP_EVT event, const RawAddress& bd_addr, in btm_proc_smp_cback()
121 tL2CAP_LE_RESULT_CODE btm_ble_start_sec_check(const RawAddress& bd_addr, in btm_ble_start_sec_check()
138 uint8_t btm_ble_read_sec_key_size(const RawAddress& bd_addr) { in btm_ble_read_sec_key_size()
[all …]
Dmock_stack_smp_api.cc44 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel()
52 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
56 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type) { in SMP_Pair()
60 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
68 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply()
72 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply()
76 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply()
83 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
Dmock_bta_dm_api.cc82 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice()
87 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey()
92 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice()
103 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
120 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
133 void BTA_DmBleSecurityGrant(const RawAddress& bd_addr, in BTA_DmBleSecurityGrant()
138 void BTA_DmBleUpdateConnectionParams(const RawAddress& bd_addr, in BTA_DmBleUpdateConnectionParams()
146 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond()
152 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel()
156 void BTA_DmCloseACL(const RawAddress& bd_addr, bool remove_dev, in BTA_DmCloseACL()
[all …]
Dmock_stack_btm_sec.cc56 bool BTM_BothEndsSupportSecureConnections(const RawAddress& bd_addr) { in BTM_BothEndsSupportSecureConnections()
60 bool BTM_GetSecurityFlagsByTransport(const RawAddress& bd_addr, in BTM_GetSecurityFlagsByTransport()
66 bool BTM_IsAuthenticated(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsAuthenticated()
70 bool BTM_IsEncrypted(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsEncrypted()
74 bool BTM_IsLinkKeyAuthed(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyAuthed()
78 bool BTM_IsLinkKeyKnown(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in BTM_IsLinkKeyKnown()
82 bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr) { in BTM_PeerSupportsSecureConnections()
86 tBT_DEVICE_TYPE BTM_GetPeerDeviceTypeFromFeatures(const RawAddress& bd_addr) { in BTM_GetPeerDeviceTypeFromFeatures()
98 bool BTM_SecIsSecurityPending(const RawAddress& bd_addr) { in BTM_SecIsSecurityPending()
128 tBTM_LINK_KEY_TYPE BTM_SecGetDeviceLinkKeyType(const RawAddress& bd_addr) { in BTM_SecGetDeviceLinkKeyType()
[all …]
Dmock_bta_dm_act.cc114 void BTA_dm_acl_down(const RawAddress bd_addr, tBT_TRANSPORT transport) { in BTA_dm_acl_down()
118 void BTA_dm_acl_up(const RawAddress bd_addr, tBT_TRANSPORT transport) { in BTA_dm_acl_up()
122 void BTA_dm_notify_remote_features_complete(const RawAddress bd_addr) { in BTA_dm_notify_remote_features_complete()
134 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
140 void bta_dm_acl_up(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in bta_dm_acl_up()
144 void bta_dm_add_ble_device(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_add_ble_device()
149 void bta_dm_add_blekey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE blekey, in bta_dm_add_blekey()
162 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply()
180 void bta_dm_ble_passkey_reply(const RawAddress& bd_addr, bool accept, in bta_dm_ble_passkey_reply()
189 void bta_dm_ble_set_conn_params(const RawAddress& bd_addr, in bta_dm_ble_set_conn_params()
[all …]
Dmock_btif_dm.cc56 uint16_t btif_dm_get_connection_state(const RawAddress* bd_addr) { in btif_dm_get_connection_state()
81 void btif_dm_cancel_bond(const RawAddress bd_addr) { in btif_dm_cancel_bond()
86 void btif_dm_create_bond(const RawAddress bd_addr, int transport) { in btif_dm_create_bond()
89 void btif_dm_create_bond_out_of_band(const RawAddress bd_addr, int transport, in btif_dm_create_bond_out_of_band()
114 void btif_dm_pin_reply(const RawAddress bd_addr, uint8_t accept, in btif_dm_pin_reply()
121 void btif_dm_proc_io_rsp(UNUSED_ATTR const RawAddress& bd_addr, in btif_dm_proc_io_rsp()
130 void btif_dm_remove_bond(const RawAddress bd_addr) { in btif_dm_remove_bond()
136 void btif_dm_set_oob_for_le_io_req(const RawAddress& bd_addr, in btif_dm_set_oob_for_le_io_req()
141 void btif_dm_ssp_reply(const RawAddress bd_addr, bt_ssp_variant_t variant, in btif_dm_ssp_reply()
146 void btif_dm_update_ble_remote_properties(const RawAddress& bd_addr, in btif_dm_update_ble_remote_properties()
[all …]
Dmock_main_shim_btm_api.cc45 bool bluetooth::shim::BTM_BleDataSignature(const RawAddress& bd_addr, in BTM_BleDataSignature()
56 const RawAddress& bd_addr) { in BTM_BleSecurityProcedureIsRunning()
60 bool bluetooth::shim::BTM_BleVerifySignature(const RawAddress& bd_addr, in BTM_BleVerifySignature()
67 bool bluetooth::shim::BTM_GetLeSecurityState(const RawAddress& bd_addr, in BTM_GetLeSecurityState()
89 bool bluetooth::shim::BTM_SecAddDevice(const RawAddress& bd_addr, in BTM_SecAddDevice()
102 bool bluetooth::shim::BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice()
180 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond()
187 tBTM_STATUS bluetooth::shim::BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel()
207 tBTM_STATUS bluetooth::shim::BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption()
225 const RawAddress& bd_addr, bool is_originator, in btm_sec_mx_access_request()
[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/service/hal/
Dbluetooth_avrcp_interface.cc70 void RemoteFeaturesCallback(const RawAddress& bd_addr, in RemoteFeaturesCallback()
80 void GetPlayStatusCallback(const RawAddress& bd_addr) { in GetPlayStatusCallback()
89 void ListPlayerAppAttrCallback(const RawAddress& bd_addr) { in ListPlayerAppAttrCallback()
99 const RawAddress& bd_addr) { in ListPlayerAppValuesCallback()
109 const RawAddress& bd_addr) { in GetPlayerAppValueCallback()
120 const RawAddress& bd_addr) { in GetPlayerAppAttrsTextCallback()
131 const RawAddress& bd_addr) { in GetPlayerAppValuesTextCallback()
141 const RawAddress& bd_addr) { in SetPlayerAppValueCallback()
151 const RawAddress& bd_addr) { in GetElementAttrCallback()
161 const RawAddress& bd_addr) { in RegisterNotificationCallback()
[all …]
Dbluetooth_av_interface.cc61 void SourceConnectionStateCallback(const RawAddress& bd_addr, in SourceConnectionStateCallback()
71 void SourceAudioStateCallback(const RawAddress& bd_addr, in SourceAudioStateCallback()
81 const RawAddress& bd_addr, btav_a2dp_codec_config_t codec_config, in SourceAudioConfigCallback()
93 bool SourceMandatoryCodecPreferredCallback(const RawAddress& bd_addr) { in SourceMandatoryCodecPreferredCallback()
104 void SinkConnectionStateCallback(const RawAddress& bd_addr, in SinkConnectionStateCallback()
113 void SinkAudioStateCallback(const RawAddress& bd_addr, in SinkAudioStateCallback()
122 void SinkAudioConfigCallback(const RawAddress& bd_addr, uint32_t sample_rate, in SinkAudioConfigCallback()
300 BluetoothAvInterface* iface, const RawAddress& bd_addr, in ConnectionStateCallback()
306 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioStateCallback()
312 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioConfigCallback()
[all …]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc158 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(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 …]
Dbtif_hh.cc322 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) { in btif_hh_find_dev_by_bda()
343 const RawAddress& bd_addr) { in btif_hh_find_connected_dev_by_bda()
362 void btif_hh_stop_vup_timer(RawAddress* bd_addr) { in btif_hh_stop_vup_timer()
379 void btif_hh_start_vup_timer(const RawAddress* bd_addr) { in btif_hh_start_vup_timer()
429 void btif_hh_remove_device(RawAddress bd_addr) { in btif_hh_remove_device()
457 [](RawAddress bd_addr) { in btif_hh_remove_device()
512 bt_status_t btif_hh_virtual_unplug(const RawAddress* bd_addr) { in btif_hh_virtual_unplug()
565 bt_status_t btif_hh_connect(const RawAddress* bd_addr) { in btif_hh_connect()
623 void btif_hh_disconnect(RawAddress* bd_addr) { in btif_hh_disconnect()
1226 RawAddress* bd_addr = (RawAddress*)p_param; in btif_hh_handle_evt() local
[all …]
Dbtif_hf.cc137 static bool is_active_device(const RawAddress& bd_addr) { in is_active_device()
182 static bool is_connected(RawAddress* bd_addr) { in is_connected()
201 static int btif_hf_idx_by_bdaddr(RawAddress* bd_addr) { in btif_hf_idx_by_bdaddr()
289 static bool IsSlcConnected(RawAddress* bd_addr) { in IsSlcConnected()
664 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int()
808 bt_status_t HeadsetInterface::Connect(RawAddress* bd_addr) { in Connect()
813 bt_status_t HeadsetInterface::Disconnect(RawAddress* bd_addr) { in Disconnect()
829 bt_status_t HeadsetInterface::ConnectAudio(RawAddress* bd_addr) { in ConnectAudio()
850 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio()
866 bt_status_t HeadsetInterface::isNoiseReductionSupported(RawAddress* bd_addr) { in isNoiseReductionSupported()
[all …]
Dbtif_gatt_util.cc64 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/bta/test/common/
Dbtm_api_mock.cc29 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/
Dbtm_dev.cc65 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice()
153 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice()
197 void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags()
216 char* BTM_SecReadDevName(const RawAddress& bd_addr) { in BTM_SecReadDevName()
236 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev()
283 bool btm_dev_support_role_switch(const RawAddress& bd_addr) { in btm_dev_support_role_switch()
346 const RawAddress* bd_addr = ((RawAddress*)context); in is_address_equal() local
366 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev()
393 tBTM_SEC_DEV_REC* btm_find_dev_with_lenc(const RawAddress& bd_addr) { in btm_find_dev_with_lenc()
461 void btm_dev_consolidate_existing_connections(const RawAddress& bd_addr) { in btm_dev_consolidate_existing_connections()
[all …]
Dbtm_ble.cc84 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice()
145 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey()
250 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant()
274 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()
338 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply()
370 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply()
416 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams()
672 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink()
689 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength()
[all …]
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc135 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback, in BTA_DmDiscover()
149 void BTA_DmBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmBond()
157 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel()
172 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
215 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm()
230 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice()
256 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice()
315 bool BTA_DmGetConnectionState(const RawAddress& bd_addr) { in BTA_DmGetConnectionState()
368 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey()
389 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice()
[all …]
Dbta_dm_act.cc563 const RawAddress& bd_addr) { in bta_dm_process_remove_device_no_callback()
577 void bta_dm_process_remove_device(const RawAddress& bd_addr) { in bta_dm_process_remove_device()
588 void bta_dm_remove_device(const RawAddress& bd_addr) { in bta_dm_remove_device()
709 void bta_dm_close_acl(const RawAddress& bd_addr, bool remove_dev, in bta_dm_close_acl()
741 void bta_dm_bond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in bta_dm_bond()
784 void bta_dm_bond_cancel(const RawAddress& bd_addr) { in bta_dm_bond_cancel()
822 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm()
959 static bool bta_dm_read_remote_device_name(const RawAddress& bd_addr, in bta_dm_read_remote_device_name()
1580 static void bta_dm_find_services(const RawAddress& bd_addr) { in bta_dm_find_services()
1927 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/
Dsmp_api.cc143 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type) { in SMP_Pair()
177 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair()
194 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith()
238 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel()
271 void SMP_SecurityGrant(const RawAddress& bd_addr, tSMP_STATUS res) { in SMP_SecurityGrant()
357 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply()
415 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply()
462 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply()
/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 …]

123456789