/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_hf.cc | 153 static bool is_active_device(const RawAddress& bd_addr) { in is_active_device() 168 static bool is_connected(RawAddress* bd_addr) { in is_connected() 187 static int btif_hf_idx_by_bdaddr(RawAddress* bd_addr) { in btif_hf_idx_by_bdaddr() 275 static bool IsSlcConnected(RawAddress* bd_addr) { in IsSlcConnected() 611 static bt_status_t connect_int(RawAddress* bd_addr, uint16_t uuid) { in connect_int() 753 bt_status_t HeadsetInterface::Connect(RawAddress* bd_addr) { in Connect() 758 bt_status_t HeadsetInterface::Disconnect(RawAddress* bd_addr) { in Disconnect() 774 bt_status_t HeadsetInterface::ConnectAudio(RawAddress* bd_addr) { in ConnectAudio() 797 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio() 813 bt_status_t HeadsetInterface::StartVoiceRecognition(RawAddress* bd_addr) { in StartVoiceRecognition() [all …]
|
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() 568 bt_status_t btif_hh_connect(const RawAddress* bd_addr) { in btif_hh_connect() 628 void btif_hh_disconnect(RawAddress* bd_addr) { in btif_hh_disconnect() 1130 RawAddress* bd_addr = (RawAddress*)p_param; in btif_hh_handle_evt() local 1221 static bt_status_t connect(RawAddress* bd_addr) { in connect() [all …]
|
D | btif_dm.cc | 113 RawAddress bd_addr; member 143 RawAddress bd_addr; member 177 RawAddress bd_addr; member 487 static void bond_state_changed(bt_status_t status, const RawAddress& bd_addr, in bond_state_changed() 653 static void btif_dm_cb_create_bond(const RawAddress& bd_addr, in btif_dm_cb_create_bond() 708 void btif_dm_cb_remove_bond(const RawAddress* bd_addr) { in btif_dm_cb_remove_bond() 733 uint16_t btif_dm_get_connection_state(const RawAddress* bd_addr) { in btif_dm_get_connection_state() 843 const RawAddress& bd_addr = p_pin_req->bd_addr; in btif_dm_pin_req_evt() local 934 RawAddress bd_addr = p_ssp_cfm_req->bd_addr; in btif_dm_ssp_cfm_req_evt() local 1008 RawAddress bd_addr = p_ssp_key_notif->bd_addr; in btif_dm_ssp_key_notif_evt() local [all …]
|
D | bluetooth.cc | 251 static int create_bond(const RawAddress* bd_addr, int transport) { in create_bond() 258 static int create_bond_out_of_band(const RawAddress* bd_addr, int transport, in create_bond_out_of_band() 266 static int cancel_bond(const RawAddress* bd_addr) { in cancel_bond() 273 static int remove_bond(const RawAddress* bd_addr) { in remove_bond() 283 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() 290 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply() 298 static int ssp_reply(const RawAddress* bd_addr, bt_ssp_variant_t variant, in ssp_reply()
|
D | btif_gatt_client.cc | 311 bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, in btif_gattc_open() 332 bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, in btif_gattc_close() 339 bt_status_t btif_gattc_refresh(int client_if, const RawAddress& bd_addr) { in btif_gattc_refresh() 493 const RawAddress& bd_addr, in btif_gattc_reg_for_notification() 514 const RawAddress& bd_addr, in btif_gattc_dereg_for_notification() 524 const RawAddress& bd_addr) { in btif_gattc_read_remote_rssi() 550 bt_status_t btif_gattc_conn_parameter_update(const RawAddress& bd_addr, in btif_gattc_conn_parameter_update() 561 bt_status_t btif_gattc_set_preferred_phy(const RawAddress& bd_addr, in btif_gattc_set_preferred_phy() 571 const RawAddress& bd_addr, in btif_gattc_read_phy() 579 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() 283 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm() 298 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice() 332 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice() 391 uint16_t BTA_DmGetConnectionState(const RawAddress& bd_addr) { in BTA_DmGetConnectionState() [all …]
|
D | bta_dm_ci.cc | 44 void bta_dm_ci_io_req(const RawAddress& bd_addr, tBTA_IO_CAP io_cap, in bta_dm_ci_io_req() 63 void bta_dm_ci_rmt_oob(bool accept, const RawAddress& bd_addr, BT_OCTET16 c, in bta_dm_ci_rmt_oob()
|
D | bta_dm_act.cc | 605 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() 743 void bta_dm_close_acl(const RawAddress& bd_addr, bool remove_dev, in bta_dm_close_acl() 798 void bta_dm_bond(const RawAddress& bd_addr, tBTA_TRANSPORT transport) { in bta_dm_bond() 833 void bta_dm_bond_cancel(const RawAddress& bd_addr) { in bta_dm_bond_cancel() 927 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm() 932 void bta_dm_ci_io_req_act(const RawAddress& bd_addr, tBTA_IO_CAP io_cap, in bta_dm_ci_io_req_act() 1199 static bool bta_dm_read_remote_device_name(const RawAddress& bd_addr, in bta_dm_read_remote_device_name() 1756 static void bta_dm_find_services(const RawAddress& bd_addr) { in bta_dm_find_services() 2125 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() 162 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() 189 extern void BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { in BTM_SecClearSecurityFlags() 208 char* BTM_SecReadDevName(const RawAddress& bd_addr) { in BTM_SecReadDevName() 228 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev() 283 bool btm_dev_support_switch(const RawAddress& bd_addr) { in btm_dev_support_switch() 348 const RawAddress* bd_addr = ((RawAddress*)context); in is_address_equal() local 368 tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr) { in btm_find_dev() 444 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr) { in btm_find_or_alloc_dev() 543 tBTM_BOND_TYPE btm_get_bond_type_dev(const RawAddress& bd_addr) { in btm_get_bond_type_dev() [all …]
|
D | btm_ble.cc | 75 bool BTM_SecAddBleDevice(const RawAddress& bd_addr, BD_NAME bd_name, in BTM_SecAddBleDevice() 136 bool BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() 352 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant() 375 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply() 403 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() 433 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() 462 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply() 542 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() 766 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink() 796 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() [all …]
|
D | btm_sec.cc | 326 bool BTM_GetSecurityFlags(const RawAddress& bd_addr, uint8_t* p_sec_flags) { in BTM_GetSecurityFlags() 347 bool BTM_GetSecurityFlagsByTransport(const RawAddress& bd_addr, in BTM_GetSecurityFlagsByTransport() 747 void BTM_PINCodeReply(const RawAddress& bd_addr, uint8_t res, uint8_t pin_len, in BTM_PINCodeReply() 869 tBTM_STATUS btm_sec_bond_by_transport(const RawAddress& bd_addr, in btm_sec_bond_by_transport() 1047 tBTM_STATUS BTM_SecBondByTransport(const RawAddress& bd_addr, in BTM_SecBondByTransport() 1080 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, uint8_t pin_len, in BTM_SecBond() 1098 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() 1178 tBTM_STATUS BTM_SecGetDeviceLinkKey(const RawAddress& bd_addr, in BTM_SecGetDeviceLinkKey() 1203 tBTM_LINK_KEY_TYPE BTM_SecGetDeviceLinkKeyType(const RawAddress& bd_addr) { in BTM_SecGetDeviceLinkKeyType() 1239 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() 522 void SMP_KeypressNotification(const RawAddress& bd_addr, uint8_t value) { in SMP_KeypressNotification()
|
D | smp_l2c.cc | 91 static void smp_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_connect_callback() 138 static void smp_data_received(uint16_t channel, const RawAddress& bd_addr, in smp_data_received() 232 static void smp_br_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_br_connect_callback() 278 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 | 72 void bta_dm_co_io_req(UNUSED_ATTR const RawAddress& bd_addr, in bta_dm_co_io_req() 100 void bta_dm_co_io_rsp(const RawAddress& bd_addr, tBTA_IO_CAP io_cap, in bta_dm_co_io_rsp() 118 void bta_dm_co_lk_upgrade(UNUSED_ATTR const RawAddress& bd_addr, in bta_dm_co_lk_upgrade() 155 void bta_dm_co_rmt_oob(const RawAddress& bd_addr) { in bta_dm_co_rmt_oob() 184 void bta_dm_co_le_io_key_req(UNUSED_ATTR const RawAddress& bd_addr, in bta_dm_co_le_io_key_req() 239 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/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()
|
D | mock_l2cap_layer.cc | 32 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& bd_addr) { in L2CA_ConnectReq() 36 bool L2CA_ConnectRsp(const RawAddress& bd_addr, uint8_t id, uint16_t lcid, in L2CA_ConnectRsp()
|
/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/mcap/ |
D | mca_l2c.cc | 71 static void mca_sec_check_complete_term(const RawAddress* bd_addr, in mca_sec_check_complete_term() 116 static void mca_sec_check_complete_orig(UNUSED_ATTR const RawAddress* bd_addr, in mca_sec_check_complete_orig() 145 void mca_l2c_cconn_ind_cback(const RawAddress& bd_addr, uint16_t lcid, in mca_l2c_cconn_ind_cback() 218 void mca_l2c_dconn_ind_cback(const RawAddress& bd_addr, uint16_t lcid, in mca_l2c_dconn_ind_cback() 520 uint16_t mca_l2c_open_req(const RawAddress& bd_addr, uint16_t psm, in mca_l2c_open_req()
|
/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/tools/mcap_tool/ |
D | mcap_test_app.cc | 135 bool McapTestApp::ConnectMcl(const RawAddress& bd_addr, uint16_t ctrl_psm, in ConnectMcl() 167 McapMcl* McapTestApp::FindMclByPeerAddress(const RawAddress& bd_addr) { in FindMclByPeerAddress() 429 RawAddress bd_addr = p_data->connect_ind.bd_addr; in ControlCallback() local 448 RawAddress bd_addr = p_data->disconnect_ind.bd_addr; in ControlCallback() local
|
/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 | 209 void btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, in btsnd_hcic_link_key_req_reply() 226 void btsnd_hcic_link_key_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_link_key_neg_reply() 241 void btsnd_hcic_pin_code_req_reply(const RawAddress& bd_addr, in btsnd_hcic_pin_code_req_reply() 263 void btsnd_hcic_pin_code_neg_reply(const RawAddress& bd_addr) { in btsnd_hcic_pin_code_neg_reply() 325 void btsnd_hcic_rmt_name_req(const RawAddress& bd_addr, in btsnd_hcic_rmt_name_req() 345 void btsnd_hcic_rmt_name_req_cancel(const RawAddress& bd_addr) { in btsnd_hcic_rmt_name_req_cancel() 460 void btsnd_hcic_accept_esco_conn(const RawAddress& bd_addr, in btsnd_hcic_accept_esco_conn() 486 void btsnd_hcic_reject_esco_conn(const RawAddress& bd_addr, uint8_t reason) { in btsnd_hcic_reject_esco_conn() 612 void btsnd_hcic_switch_role(const RawAddress& bd_addr, uint8_t role) { in btsnd_hcic_switch_role() 713 void btsnd_hcic_delete_stored_key(const RawAddress& bd_addr, in btsnd_hcic_delete_stored_key() [all …]
|
/system/bt/bta/mce/ |
D | bta_mce_api.cc | 94 tBTA_MCE_STATUS BTA_MceGetRemoteMasInstances(const RawAddress& bd_addr) { in BTA_MceGetRemoteMasInstances()
|