/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.cc | 68 void RemoteFeaturesCallback(const RawAddress& bd_addr, in RemoteFeaturesCallback() 78 void GetPlayStatusCallback(const RawAddress& bd_addr) { in GetPlayStatusCallback() 87 void ListPlayerAppAttrCallback(const RawAddress& bd_addr) { in ListPlayerAppAttrCallback() 97 const RawAddress& bd_addr) { in ListPlayerAppValuesCallback() 107 const RawAddress& bd_addr) { in GetPlayerAppValueCallback() 118 const RawAddress& bd_addr) { in GetPlayerAppAttrsTextCallback() 129 const RawAddress& bd_addr) { in GetPlayerAppValuesTextCallback() 139 const RawAddress& bd_addr) { in SetPlayerAppValueCallback() 149 const RawAddress& bd_addr) { in GetElementAttrCallback() 159 const RawAddress& bd_addr) { in RegisterNotificationCallback() [all …]
|
D | bluetooth_av_interface.cc | 59 void SourceConnectionStateCallback(const RawAddress& bd_addr, in SourceConnectionStateCallback() 69 void SourceAudioStateCallback(const RawAddress& bd_addr, in SourceAudioStateCallback() 79 const RawAddress& bd_addr, btav_a2dp_codec_config_t codec_config, in SourceAudioConfigCallback() 91 void SinkConnectionStateCallback(const RawAddress& bd_addr, in SinkConnectionStateCallback() 100 void SinkAudioStateCallback(const RawAddress& bd_addr, in SinkAudioStateCallback() 109 void SinkAudioConfigCallback(const RawAddress& bd_addr, uint32_t sample_rate, in SinkAudioConfigCallback() 278 BluetoothAvInterface* iface, const RawAddress& bd_addr, in ConnectionStateCallback() 284 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioStateCallback() 290 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioConfigCallback() 299 BluetoothAvInterface* iface, const RawAddress& bd_addr, in ConnectionStateCallback() [all …]
|
/system/bt/btif/src/ |
D | btif_hf_client.cc | 167 RawAddress* bd_addr = (RawAddress*)p_param; in btif_in_hf_client_generic_evt() local 229 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& bd_addr) { in btif_hf_client_get_cb_by_bda() 300 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int() 322 static bt_status_t connect(RawAddress* bd_addr) { in connect() 337 static bt_status_t disconnect(const RawAddress* bd_addr) { in disconnect() 358 static bt_status_t connect_audio(const RawAddress* bd_addr) { in connect_audio() 388 static bt_status_t disconnect_audio(const RawAddress* bd_addr) { in disconnect_audio() 407 static bt_status_t start_voice_recognition(const RawAddress* bd_addr) { in start_voice_recognition() 429 static bt_status_t stop_voice_recognition(const RawAddress* bd_addr) { in stop_voice_recognition() 451 static bt_status_t volume_control(const RawAddress* bd_addr, in volume_control() [all …]
|
D | btif_gatt_util.cc | 61 static bool btif_gatt_is_link_encrypted(const RawAddress& bd_addr) { in btif_gatt_is_link_encrypted() 65 static void btif_gatt_set_encryption_cb(UNUSED_ATTR const RawAddress& bd_addr, in btif_gatt_set_encryption_cb() 75 void btif_gatt_check_encrypted_link(RawAddress bd_addr, in btif_gatt_check_encrypted_link() 88 void btif_gatt_check_encrypted_link(UNUSED_ATTR RawAddress bd_addr, in btif_gatt_check_encrypted_link()
|
D | btif_hh.cc | 349 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) { in btif_hh_find_dev_by_bda() 370 const RawAddress& bd_addr) { in btif_hh_find_connected_dev_by_bda() 389 void btif_hh_stop_vup_timer(RawAddress* bd_addr) { in btif_hh_stop_vup_timer() 406 void btif_hh_start_vup_timer(const RawAddress* bd_addr) { in btif_hh_start_vup_timer() 456 void btif_hh_remove_device(RawAddress bd_addr) { in btif_hh_remove_device() 534 bt_status_t btif_hh_virtual_unplug(const RawAddress* bd_addr) { in btif_hh_virtual_unplug() 576 bt_status_t btif_hh_connect(const RawAddress* bd_addr) { in btif_hh_connect() 636 void btif_hh_disconnect(RawAddress* bd_addr) { in btif_hh_disconnect() 1153 RawAddress* bd_addr = (RawAddress*)p_param; in btif_hh_handle_evt() local 1244 static bt_status_t connect(RawAddress* bd_addr) { in connect() [all …]
|
D | btif_hf.cc | 144 static bool is_active_device(const RawAddress& bd_addr) { in is_active_device() 159 static bool is_connected(RawAddress* bd_addr) { in is_connected() 178 static int btif_hf_idx_by_bdaddr(RawAddress* bd_addr) { in btif_hf_idx_by_bdaddr() 266 static bool IsSlcConnected(RawAddress* bd_addr) { in IsSlcConnected() 602 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int() 744 bt_status_t HeadsetInterface::Connect(RawAddress* bd_addr) { in Connect() 749 bt_status_t HeadsetInterface::Disconnect(RawAddress* bd_addr) { in Disconnect() 765 bt_status_t HeadsetInterface::ConnectAudio(RawAddress* bd_addr) { in ConnectAudio() 786 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio() 802 bt_status_t HeadsetInterface::StartVoiceRecognition(RawAddress* bd_addr) { in StartVoiceRecognition() [all …]
|
D | btif_dm.cc | 114 RawAddress bd_addr; member 146 RawAddress bd_addr; member 180 RawAddress bd_addr; member 490 static void bond_state_changed(bt_status_t status, const RawAddress& bd_addr, in bond_state_changed() 661 static void btif_dm_cb_create_bond(const RawAddress& bd_addr, in btif_dm_cb_create_bond() 716 void btif_dm_cb_remove_bond(const RawAddress* bd_addr) { in btif_dm_cb_remove_bond() 741 uint16_t btif_dm_get_connection_state(const RawAddress* bd_addr) { in btif_dm_get_connection_state() 851 const RawAddress& bd_addr = p_pin_req->bd_addr; in btif_dm_pin_req_evt() local 942 RawAddress bd_addr = p_ssp_cfm_req->bd_addr; in btif_dm_ssp_cfm_req_evt() local 1016 RawAddress bd_addr = p_ssp_key_notif->bd_addr; in btif_dm_ssp_key_notif_evt() local [all …]
|
D | bluetooth.cc | 247 static int create_bond(const RawAddress* bd_addr, int transport) { in create_bond() 254 static int create_bond_out_of_band(const RawAddress* bd_addr, int transport, in create_bond_out_of_band() 262 static int cancel_bond(const RawAddress* bd_addr) { in cancel_bond() 269 static int remove_bond(const RawAddress* bd_addr) { in remove_bond() 279 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() 286 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply() 294 static int ssp_reply(const RawAddress* bd_addr, bt_ssp_variant_t variant, in ssp_reply()
|
D | btif_gatt_client.cc | 313 bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, in btif_gattc_open() 334 bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, in btif_gattc_close() 341 bt_status_t btif_gattc_refresh(int client_if, const RawAddress& bd_addr) { in btif_gattc_refresh() 495 const RawAddress& bd_addr, in btif_gattc_reg_for_notification() 516 const RawAddress& bd_addr, in btif_gattc_dereg_for_notification() 526 const RawAddress& bd_addr) { in btif_gattc_read_remote_rssi() 552 bt_status_t btif_gattc_conn_parameter_update(const RawAddress& bd_addr, in btif_gattc_conn_parameter_update() 563 bt_status_t btif_gattc_set_preferred_phy(const RawAddress& bd_addr, in btif_gattc_set_preferred_phy() 573 const RawAddress& bd_addr, in btif_gattc_read_phy() 581 int btif_gattc_get_device_type(const RawAddress& bd_addr) { in btif_gattc_get_device_type()
|
/system/bt/bta/dm/ |
D | bta_dm_api.cc | 169 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_SERVICE_MASK services, in BTA_DmDiscover() 194 void BTA_DmDiscoverUUID(const RawAddress& bd_addr, const Uuid& uuid, in BTA_DmDiscoverUUID() 213 void BTA_DmBond(const RawAddress& bd_addr) { in BTA_DmBond() 219 void BTA_DmBondByTransport(const RawAddress& bd_addr, in BTA_DmBondByTransport() 226 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel() 241 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply() 284 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm() 299 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice() 330 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice() 389 uint16_t BTA_DmGetConnectionState(const RawAddress& bd_addr) { in BTA_DmGetConnectionState() [all …]
|
D | bta_dm_ci.cc | 45 void bta_dm_ci_io_req(const RawAddress& bd_addr, tBTA_IO_CAP io_cap, in bta_dm_ci_io_req() 64 void bta_dm_ci_rmt_oob(bool accept, const RawAddress& bd_addr, const Octet16& c, in bta_dm_ci_rmt_oob()
|
D | bta_dm_act.cc | 611 void bta_dm_process_remove_device(const RawAddress& bd_addr) { in bta_dm_process_remove_device() 631 void bta_dm_remove_device(const RawAddress& bd_addr) { in bta_dm_remove_device() 756 void bta_dm_close_acl(const RawAddress& bd_addr, bool remove_dev, in bta_dm_close_acl() 815 void bta_dm_bond(const RawAddress& bd_addr, tBTA_TRANSPORT transport) { in bta_dm_bond() 850 void bta_dm_bond_cancel(const RawAddress& bd_addr) { in bta_dm_bond_cancel() 944 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm() 949 void bta_dm_ci_io_req_act(const RawAddress& bd_addr, tBTA_IO_CAP io_cap, in bta_dm_ci_io_req_act() 1216 static bool bta_dm_read_remote_device_name(const RawAddress& bd_addr, in bta_dm_read_remote_device_name() 1773 static void bta_dm_find_services(const RawAddress& bd_addr) { in bta_dm_find_services() 2143 static void bta_dm_service_search_remname_cback(const RawAddress& bd_addr, in bta_dm_service_search_remname_cback() [all …]
|
/system/bt/stack/btm/ |
D | btm_dev.cc | 61 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice() 168 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() 198 extern void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags() 217 char* BTM_SecReadDevName(const RawAddress& bd_addr) { in BTM_SecReadDevName() 237 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev() 279 bool btm_dev_support_switch(const RawAddress& bd_addr) { in btm_dev_support_switch() 342 const RawAddress* bd_addr = ((RawAddress*)context); in is_address_equal() local 362 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() 438 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr) { in btm_find_or_alloc_dev() 537 tBTM_BOND_TYPE btm_get_bond_type_dev(const RawAddress& bd_addr) { in btm_get_bond_type_dev() [all …]
|
D | btm_ble.cc | 70 bool BTM_SecAddBleDevice(const RawAddress& bd_addr, BD_NAME bd_name, in BTM_SecAddBleDevice() 131 bool BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() 308 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() 331 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply() 359 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() 389 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() 418 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply() 498 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() 722 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink() 752 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() [all …]
|
D | btm_sec.cc | 332 bool BTM_GetSecurityFlags(const RawAddress& bd_addr, uint8_t* p_sec_flags) { in BTM_GetSecurityFlags() 353 bool BTM_GetSecurityFlagsByTransport(const RawAddress& bd_addr, in BTM_GetSecurityFlagsByTransport() 753 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len, in BTM_PINCodeReply() 875 tBTM_STATUS btm_sec_bond_by_transport(const RawAddress& bd_addr, in btm_sec_bond_by_transport() 1053 tBTM_STATUS BTM_SecBondByTransport(const RawAddress& bd_addr, in BTM_SecBondByTransport() 1086 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, uint8_t pin_len, in BTM_SecBond() 1104 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() 1184 tBTM_STATUS BTM_SecGetDeviceLinkKey(const RawAddress& bd_addr, in BTM_SecGetDeviceLinkKey() 1209 tBTM_LINK_KEY_TYPE BTM_SecGetDeviceLinkKeyType(const RawAddress& bd_addr) { in BTM_SecGetDeviceLinkKeyType() 1245 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() [all …]
|
/system/bt/stack/smp/ |
D | smp_api.cc | 133 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair() 173 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith() 213 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel() 249 void SMP_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in SMP_SecurityGrant() 294 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply() 349 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply() 393 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply() 497 void SMP_KeypressNotification(const RawAddress& bd_addr, uint8_t value) { in SMP_KeypressNotification()
|
D | smp_l2c.cc | 93 static void smp_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_connect_callback() 140 static void smp_data_received(uint16_t channel, const RawAddress& bd_addr, in smp_data_received() 245 static void smp_br_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_br_connect_callback() 291 static void smp_br_data_received(uint16_t channel, const RawAddress& bd_addr, in smp_br_data_received()
|
/system/bt/btif/co/ |
D | bta_dm_co.cc | 77 void bta_dm_co_io_req(UNUSED_ATTR const RawAddress& bd_addr, in bta_dm_co_io_req() 105 void bta_dm_co_io_rsp(const RawAddress& bd_addr, tBTA_IO_CAP io_cap, in bta_dm_co_io_rsp() 123 void bta_dm_co_lk_upgrade(UNUSED_ATTR const RawAddress& bd_addr, in bta_dm_co_lk_upgrade() 160 void bta_dm_co_rmt_oob(const RawAddress& bd_addr) { in bta_dm_co_rmt_oob() 189 void bta_dm_co_le_io_key_req(UNUSED_ATTR const RawAddress& bd_addr, in bta_dm_co_le_io_key_req() 244 void bta_dm_co_ble_io_req(const RawAddress& bd_addr, tBTA_IO_CAP* p_io_cap, in bta_dm_co_ble_io_req()
|
/system/bt/service/ |
D | avrcp_target.cc | 245 void AvrcpTarget::RemoteFeaturesCallback(const RawAddress& bd_addr, in RemoteFeaturesCallback() 253 void AvrcpTarget::GetPlayStatusCallback(const RawAddress& bd_addr) { in GetPlayStatusCallback() 259 void AvrcpTarget::ListPlayerAppAttrCallback(const RawAddress& bd_addr) { in ListPlayerAppAttrCallback() 266 const RawAddress& bd_addr) { in ListPlayerAppValuesCallback() 275 const RawAddress& bd_addr) { in GetPlayerAppValueCallback() 289 const RawAddress& bd_addr) { in GetPlayerAppAttrsTextCallback() 304 const RawAddress& bd_addr) { in GetPlayerAppValuesTextCallback() 317 const RawAddress& bd_addr) { in SetPlayerAppValueCallback() 331 const RawAddress& bd_addr) { in GetElementAttrCallback() 344 const RawAddress& bd_addr) { in RegisterNotificationCallback() [all …]
|
D | avrcp_control.cc | 137 const RawAddress& bd_addr) { in ConnectionStateCallback() 144 void AvrcpControl::CtrlSetabsvolCmdCallback(const RawAddress& bd_addr, in CtrlSetabsvolCmdCallback() 153 const RawAddress& bd_addr, uint8_t label) { in CtrlRegisternotificationAbsVolCallback() 160 void AvrcpControl::CtrlTrackChangedCallback(const RawAddress& bd_addr, in CtrlTrackChangedCallback()
|
/system/bt/stack/test/common/ |
D | mock_btm_layer.cc | 29 void btm_sec_abort_access_req(const RawAddress& bd_addr) { in btm_sec_abort_access_req() 33 tBTM_STATUS btm_sec_mx_access_request(const RawAddress& bd_addr, uint16_t psm, in btm_sec_mx_access_request()
|
/system/bt/bta/include/ |
D | bta_hf_client_api.h | 167 RawAddress bd_addr; member 173 RawAddress bd_addr; member 180 RawAddress bd_addr; member 187 RawAddress bd_addr; member 195 RawAddress bd_addr; member 202 RawAddress bd_addr; member 208 RawAddress bd_addr; member 215 RawAddress bd_addr; member 226 RawAddress bd_addr; member 233 RawAddress bd_addr; member [all …]
|
/system/bt/stack/rfcomm/ |
D | port_utils.cc | 63 tPORT* port_allocate_port(uint8_t dlci, const RawAddress& bd_addr) { in port_allocate_port() 282 tRFC_MCB* port_find_mcb(const RawAddress& bd_addr) { in port_find_mcb() 362 tPORT* port_find_port(uint8_t dlci, const RawAddress& bd_addr) { in port_find_port()
|
/system/bt/stack/avdt/ |
D | avdt_ccb.cc | 410 AvdtpCcb* avdt_ccb_by_bd(const RawAddress& bd_addr) { in avdt_ccb_by_bd() 440 AvdtpCcb* avdt_ccb_alloc(const RawAddress& bd_addr) { in avdt_ccb_alloc() 456 AvdtpCcb* avdt_ccb_alloc_by_channel_index(const RawAddress& bd_addr, in avdt_ccb_alloc_by_channel_index()
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 207 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, in btsnd_hcic_link_key_req_reply() 224 void btsnd_hcic_link_key_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_link_key_neg_reply() 239 void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr, in btsnd_hcic_pin_code_req_reply() 261 void btsnd_hcic_pin_code_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_pin_code_neg_reply() 323 void btsnd_hcic_rmt_name_req(const RawAddress& bd_addr, in btsnd_hcic_rmt_name_req() 343 void btsnd_hcic_rmt_name_req_cancel(const RawAddress& bd_addr) { in btsnd_hcic_rmt_name_req_cancel() 458 void btsnd_hcic_accept_esco_conn(const RawAddress& bd_addr, in btsnd_hcic_accept_esco_conn() 484 void btsnd_hcic_reject_esco_conn(const RawAddress& bd_addr, uint8_t reason) { in btsnd_hcic_reject_esco_conn() 610 void btsnd_hcic_switch_role(const RawAddress& bd_addr, uint8_t role) { in btsnd_hcic_switch_role() 711 void btsnd_hcic_delete_stored_key(const RawAddress& bd_addr, in btsnd_hcic_delete_stored_key() [all …]
|