| /system/bt/stack/smp/ |
| D | smp_api.c | 130 tSMP_STATUS SMP_Pair (BD_ADDR bd_addr) in SMP_Pair() 172 tSMP_STATUS SMP_BR_PairWith (BD_ADDR bd_addr) in SMP_BR_PairWith() 215 BOOLEAN SMP_PairCancel (BD_ADDR bd_addr) in SMP_PairCancel() 246 void SMP_SecurityGrant(BD_ADDR bd_addr, UINT8 res) in SMP_SecurityGrant() 289 void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey) in SMP_PasskeyReply() 347 void SMP_ConfirmReply (BD_ADDR bd_addr, UINT8 res) in SMP_ConfirmReply() 397 void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len, UINT8 *p_data) in SMP_OobDataReply() 526 void SMP_KeypressNotification (BD_ADDR bd_addr, UINT8 value) in SMP_KeypressNotification() 577 UINT8 *bd_addr; in SMP_CreateLocalSecureConnectionsOobData() local
|
| D | smp_l2c.c | 89 static void smp_connect_callback (UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, in smp_connect_callback() 144 static void smp_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf) in smp_data_received() 240 static void smp_br_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, in smp_br_connect_callback() 294 static void smp_br_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf) in smp_br_data_received()
|
| /system/bt/stack/btm/ |
| D | btm_dev.c | 61 BOOLEAN BTM_SecAddDevice (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, in BTM_SecAddDevice() 186 BOOLEAN BTM_SecDeleteDevice (BD_ADDR bd_addr) in BTM_SecDeleteDevice() 217 char *BTM_SecReadDevName (BD_ADDR bd_addr) in BTM_SecReadDevName() 238 tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr) in btm_sec_alloc_dev() 364 BOOLEAN btm_dev_support_switch (BD_ADDR bd_addr) in btm_dev_support_switch() 444 tBTM_SEC_DEV_REC *btm_find_dev(BD_ADDR bd_addr) in btm_find_dev() 539 tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr) in btm_find_or_alloc_dev() 613 tBTM_BOND_TYPE btm_get_bond_type_dev(BD_ADDR bd_addr) in btm_get_bond_type_dev() 633 BOOLEAN btm_set_bond_type_dev(BD_ADDR bd_addr, tBTM_BOND_TYPE bond_type) in btm_set_bond_type_dev()
|
| D | btm_ble.c | 71 BOOLEAN BTM_SecAddBleDevice (BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice() 160 BOOLEAN BTM_SecAddBleKey (BD_ADDR bd_addr, tBTM_LE_KEY_VALUE *p_le_key, tBTM_LE_KEY_TYPE key_type) in BTM_SecAddBleKey() 391 void BTM_SecurityGrant(BD_ADDR bd_addr, UINT8 res) in BTM_SecurityGrant() 414 void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey) in BTM_BlePasskeyReply() 444 void BTM_BleConfirmReply (BD_ADDR bd_addr, UINT8 res) in BTM_BleConfirmReply() 472 void BTM_BleOobDataReply(BD_ADDR bd_addr, UINT8 res, UINT8 len, UINT8 *p_data) in BTM_BleOobDataReply() 553 void BTM_BleSetPrefConnParams (BD_ADDR bd_addr, in BTM_BleSetPrefConnParams() 805 BOOLEAN BTM_UseLeLink (BD_ADDR bd_addr) in BTM_UseLeLink() 838 tBTM_STATUS BTM_SetBleDataLength(BD_ADDR bd_addr, UINT16 tx_pdu_length) in BTM_SetBleDataLength() 928 void btm_ble_increment_sign_ctr(BD_ADDR bd_addr, BOOLEAN is_local ) in btm_ble_increment_sign_ctr() [all …]
|
| D | btm_sec.c | 345 BOOLEAN BTM_GetSecurityFlags (BD_ADDR bd_addr, UINT8 * p_sec_flags) in BTM_GetSecurityFlags() 367 BOOLEAN BTM_GetSecurityFlagsByTransport (BD_ADDR bd_addr, UINT8 * p_sec_flags, in BTM_GetSecurityFlagsByTransport() 853 void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask… in BTM_PINCodeReply() 972 tBTM_STATUS btm_sec_bond_by_transport (BD_ADDR bd_addr, tBT_TRANSPORT transport, in btm_sec_bond_by_transport() 1159 tBTM_STATUS BTM_SecBondByTransport (BD_ADDR bd_addr, tBT_TRANSPORT transport, in BTM_SecBondByTransport() 1192 tBTM_STATUS BTM_SecBond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) in BTM_SecBond() 1212 tBTM_STATUS BTM_SecBondCancel (BD_ADDR bd_addr) in BTM_SecBondCancel() 1303 tBTM_STATUS BTM_SecGetDeviceLinkKey (BD_ADDR bd_addr, LINK_KEY link_key) in BTM_SecGetDeviceLinkKey() 1330 tBTM_LINK_KEY_TYPE BTM_SecGetDeviceLinkKeyType (BD_ADDR bd_addr) in BTM_SecGetDeviceLinkKeyType() 1368 tBTM_STATUS BTM_SetEncryption (BD_ADDR bd_addr, tBT_TRANSPORT transport, tBTM_SEC_CBACK *p_callback, in BTM_SetEncryption() [all …]
|
| /system/bt/btif/src/ |
| D | btif_hh.c | 372 static btif_hh_device_t *btif_hh_find_dev_by_bda(bt_bdaddr_t *bd_addr) in btif_hh_find_dev_by_bda() 393 static btif_hh_device_t *btif_hh_find_connected_dev_by_bda(bt_bdaddr_t *bd_addr) in btif_hh_find_connected_dev_by_bda() 414 void btif_hh_stop_vup_timer(bt_bdaddr_t *bd_addr) in btif_hh_stop_vup_timer() 435 void btif_hh_start_vup_timer(bt_bdaddr_t *bd_addr) in btif_hh_start_vup_timer() 505 void btif_hh_remove_device(bt_bdaddr_t bd_addr) in btif_hh_remove_device() 591 bt_status_t btif_hh_virtual_unplug(bt_bdaddr_t *bd_addr) in btif_hh_virtual_unplug() 627 bt_status_t btif_hh_connect(bt_bdaddr_t *bd_addr) in btif_hh_connect() 685 void btif_hh_disconnect(bt_bdaddr_t *bd_addr) in btif_hh_disconnect() 1141 bt_bdaddr_t *bd_addr = (bt_bdaddr_t*)p_param; in btif_hh_handle_evt() local 1255 static bt_status_t connect( bt_bdaddr_t *bd_addr) in connect() [all …]
|
| D | btif_hf.c | 196 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) in is_connected() 219 static int btif_hf_idx_by_bdaddr(bt_bdaddr_t *bd_addr) in btif_hf_idx_by_bdaddr() 748 static bt_status_t connect_int(bt_bdaddr_t *bd_addr, uint16_t uuid) in connect_int() 777 static bt_status_t connect( bt_bdaddr_t *bd_addr ) in connect() 792 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) in disconnect() 822 static bt_status_t connect_audio( bt_bdaddr_t *bd_addr ) in connect_audio() 860 static bt_status_t disconnect_audio( bt_bdaddr_t *bd_addr ) in disconnect_audio() 890 static bt_status_t start_voice_recognition(bt_bdaddr_t *bd_addr) in start_voice_recognition() 931 static bt_status_t stop_voice_recognition(bt_bdaddr_t *bd_addr) in stop_voice_recognition() 973 bt_bdaddr_t *bd_addr) in volume_control() [all …]
|
| D | btif_dm.c | 104 BD_ADDR bd_addr; member 140 BD_ADDR bd_addr; member 485 static void bond_state_changed(bt_status_t status, bt_bdaddr_t *bd_addr, bt_bond_state_t state) in bond_state_changed() 552 static void btif_update_remote_properties(BD_ADDR bd_addr, BD_NAME bd_name, in btif_update_remote_properties() 655 static void btif_dm_cb_create_bond(bt_bdaddr_t *bd_addr, tBTA_TRANSPORT transport) in btif_dm_cb_create_bond() 714 void btif_dm_cb_remove_bond(bt_bdaddr_t *bd_addr) in btif_dm_cb_remove_bond() 739 uint16_t btif_dm_get_connection_state(const bt_bdaddr_t *bd_addr) in btif_dm_get_connection_state() 853 bt_bdaddr_t bd_addr; in btif_dm_pin_req_evt() local 938 bt_bdaddr_t bd_addr; in btif_dm_ssp_cfm_req_evt() local 1011 bt_bdaddr_t bd_addr; in btif_dm_ssp_key_notif_evt() local [all …]
|
| D | bluetooth.c | 259 static int create_bond(const bt_bdaddr_t *bd_addr, int transport) in create_bond() 268 static int cancel_bond(const bt_bdaddr_t *bd_addr) in cancel_bond() 277 static int remove_bond(const bt_bdaddr_t *bd_addr) in remove_bond() 289 static int get_connection_state(const bt_bdaddr_t *bd_addr) in get_connection_state() 298 static int pin_reply(const bt_bdaddr_t *bd_addr, uint8_t accept, in pin_reply() 308 static int ssp_reply(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant, in ssp_reply()
|
| D | btif_hf_client.c | 165 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) in is_connected() 215 static bt_status_t connect_int( bt_bdaddr_t *bd_addr, uint16_t uuid ) in connect_int() 229 static bt_status_t connect( bt_bdaddr_t *bd_addr ) in connect() 246 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) in disconnect() 268 static bt_status_t connect_audio( bt_bdaddr_t *bd_addr ) in connect_audio() 301 static bt_status_t disconnect_audio( bt_bdaddr_t *bd_addr ) in disconnect_audio()
|
| D | btif_gatt_util.c | 288 static BOOLEAN btif_gatt_is_link_encrypted (BD_ADDR bd_addr) in btif_gatt_is_link_encrypted() 296 static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_STATUS res… in btif_gatt_set_encryption_cb() 307 void btif_gatt_check_encrypted_link (BD_ADDR bd_addr, tBTA_GATT_TRANSPORT transport_link) in btif_gatt_check_encrypted_link()
|
| D | btif_av.c | 247 static void btif_report_connection_state(btav_connection_state_t state, bt_bdaddr_t *bd_addr) in btif_report_connection_state() 256 static void btif_report_audio_state(btav_audio_state_t state, bt_bdaddr_t *bd_addr) in btif_report_audio_state() 1096 static bt_status_t connect_int(bt_bdaddr_t *bd_addr, uint16_t uuid) in connect_int() 1108 static bt_status_t src_connect_sink(bt_bdaddr_t *bd_addr) in src_connect_sink() 1116 static bt_status_t sink_connect_src(bt_bdaddr_t *bd_addr) in sink_connect_src() 1133 static bt_status_t disconnect(bt_bdaddr_t *bd_addr) in disconnect()
|
| /system/bt/bta/dm/ |
| D | bta_dm_api.c | 290 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services, in BTA_DmDiscover() 320 void BTA_DmDiscoverUUID(BD_ADDR bd_addr, tSDP_UUID *uuid, in BTA_DmDiscoverUUID() 354 void BTA_DmBond(BD_ADDR bd_addr) in BTA_DmBond() 379 void BTA_DmBondByTransport(BD_ADDR bd_addr, tBTA_TRANSPORT transport) in BTA_DmBondByTransport() 405 void BTA_DmBondCancel(BD_ADDR bd_addr) in BTA_DmBondCancel() 430 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin) in BTA_DmPinReply() 485 void BTA_DmConfirm(BD_ADDR bd_addr, BOOLEAN accept) in BTA_DmConfirm() 509 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key, in BTA_DmAddDevice() 560 tBTA_STATUS BTA_DmRemoveDevice(BD_ADDR bd_addr) in BTA_DmRemoveDevice() 636 UINT16 BTA_DmGetConnectionState( BD_ADDR bd_addr ) in BTA_DmGetConnectionState() [all …]
|
| D | bta_dm_ci.c | 45 void bta_dm_ci_io_req(BD_ADDR bd_addr, tBTA_IO_CAP io_cap, tBTA_OOB_DATA oob_data, in bta_dm_ci_io_req() 73 void bta_dm_ci_rmt_oob(BOOLEAN accept, BD_ADDR bd_addr, BT_OCTET16 c, BT_OCTET16 r) in bta_dm_ci_rmt_oob()
|
| /system/bt/btif/co/ |
| D | bta_dm_co.c | 82 void bta_dm_co_io_req(BD_ADDR bd_addr, tBTA_IO_CAP *p_io_cap, tBTA_OOB_DATA *p_oob_data, in bta_dm_co_io_req() 111 void bta_dm_co_io_rsp(BD_ADDR bd_addr, tBTA_IO_CAP io_cap, in bta_dm_co_io_rsp() 130 void bta_dm_co_lk_upgrade(BD_ADDR bd_addr, BOOLEAN *p_upgrade ) in bta_dm_co_lk_upgrade() 172 void bta_dm_co_rmt_oob(BD_ADDR bd_addr) in bta_dm_co_rmt_oob() 353 void bta_dm_co_le_io_key_req(BD_ADDR bd_addr, UINT8 *p_max_key_size, in bta_dm_co_le_io_key_req() 406 void bta_dm_co_ble_io_req(BD_ADDR bd_addr, tBTA_IO_CAP *p_io_cap, in bta_dm_co_ble_io_req()
|
| /system/bt/stack/mcap/ |
| D | mca_l2c.c | 73 static void mca_sec_check_complete_term (BD_ADDR bd_addr, tBT_TRANSPORT transport, void *p_ref_data… in mca_sec_check_complete_term() 120 static void mca_sec_check_complete_orig (BD_ADDR bd_addr, tBT_TRANSPORT transport, void *p_ref_data… in mca_sec_check_complete_orig() 153 void mca_l2c_cconn_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in mca_l2c_cconn_ind_cback() 229 void mca_l2c_dconn_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in mca_l2c_dconn_ind_cback() 563 UINT16 mca_l2c_open_req(BD_ADDR bd_addr, UINT16 psm, const tMCA_CHNL_CFG *p_chnl_cfg) in mca_l2c_open_req()
|
| /system/bt/stack/hcic/ |
| D | hcicmds.c | 284 BOOLEAN btsnd_hcic_link_key_req_reply (BD_ADDR bd_addr, LINK_KEY link_key) in btsnd_hcic_link_key_req_reply() 307 BOOLEAN btsnd_hcic_link_key_neg_reply (BD_ADDR bd_addr) in btsnd_hcic_link_key_neg_reply() 329 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, in btsnd_hcic_pin_code_req_reply() 361 BOOLEAN btsnd_hcic_pin_code_neg_reply (BD_ADDR bd_addr) in btsnd_hcic_pin_code_neg_reply() 451 BOOLEAN btsnd_hcic_rmt_name_req (BD_ADDR bd_addr, UINT8 page_scan_rep_mode, in btsnd_hcic_rmt_name_req() 477 BOOLEAN btsnd_hcic_rmt_name_req_cancel (BD_ADDR bd_addr) in btsnd_hcic_rmt_name_req_cancel() 640 BOOLEAN btsnd_hcic_accept_esco_conn (BD_ADDR bd_addr, UINT32 tx_bw, in btsnd_hcic_accept_esco_conn() 671 BOOLEAN btsnd_hcic_reject_esco_conn (BD_ADDR bd_addr, UINT8 reason) in btsnd_hcic_reject_esco_conn() 846 BOOLEAN btsnd_hcic_switch_role (BD_ADDR bd_addr, UINT8 role) in btsnd_hcic_switch_role() 990 BOOLEAN btsnd_hcic_delete_stored_key (BD_ADDR bd_addr, BOOLEAN delete_all_flag) in btsnd_hcic_delete_stored_key() [all …]
|
| /system/bt/stack/rfcomm/ |
| D | port_utils.c | 63 tPORT *port_allocate_port (UINT8 dlci, BD_ADDR bd_addr) in port_allocate_port() 282 tRFC_MCB *port_find_mcb (BD_ADDR bd_addr) in port_find_mcb() 382 tPORT *port_find_port (UINT8 dlci, BD_ADDR bd_addr) in port_find_port()
|
| D | rfc_l2cap_if.c | 90 void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in RFCOMM_ConnectInd() 262 void RFCOMM_QoSViolationInd (BD_ADDR bd_addr) in RFCOMM_QoSViolationInd()
|
| /system/bt/stack/avdt/ |
| D | avdt_l2c.c | 73 static void avdt_sec_check_complete_term (BD_ADDR bd_addr, tBT_TRANSPORT transport, in avdt_sec_check_complete_term() 131 static void avdt_sec_check_complete_orig (BD_ADDR bd_addr, tBT_TRANSPORT trasnport, in avdt_sec_check_complete_orig() 175 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in avdt_l2c_connect_ind_cback()
|
| D | avdt_api.c | 332 UINT16 AVDT_DiscoverReq(BD_ADDR bd_addr, tAVDT_SEP_INFO *p_sep_info, in AVDT_DiscoverReq() 378 static UINT16 avdt_get_cap_req(BD_ADDR bd_addr, tAVDT_CCB_API_GETCAP *p_evt) in avdt_get_cap_req() 439 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) in AVDT_GetCapReq() 474 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) in AVDT_GetAllCapReq() 531 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) in AVDT_OpenReq() 1028 UINT16 AVDT_ConnectReq(BD_ADDR bd_addr, UINT8 sec_mask, tAVDT_CTRL_CBACK *p_cback) in AVDT_ConnectReq() 1073 UINT16 AVDT_DisconnectReq(BD_ADDR bd_addr, tAVDT_CTRL_CBACK *p_cback) in AVDT_DisconnectReq() 1132 UINT16 AVDT_GetSignalChannel(UINT8 handle, BD_ADDR bd_addr) in AVDT_GetSignalChannel()
|
| D | avdt_ccb.c | 341 tAVDT_CCB *avdt_ccb_by_bd(BD_ADDR bd_addr) in avdt_ccb_by_bd() 376 tAVDT_CCB *avdt_ccb_alloc(BD_ADDR bd_addr) in avdt_ccb_alloc()
|
| /system/bt/bta/pan/ |
| D | bta_pan_api.c | 175 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen() 232 void BTA_PanOpen(BD_ADDR bd_addr, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role) in BTA_PanOpen()
|
| /system/bt/bta/mce/ |
| D | bta_mce_api.c | 97 tBTA_MCE_STATUS BTA_MceGetRemoteMasInstances(BD_ADDR bd_addr) in BTA_MceGetRemoteMasInstances()
|
| /system/bt/bta/ar/ |
| D | bta_ar.c | 83 static void bta_ar_avdt_cback(UINT8 handle, BD_ADDR bd_addr, UINT8 event, tAVDT_CTRL *p_data) in bta_ar_avdt_cback() 173 void bta_ar_avdt_conn(tBTA_SYS_ID sys_id, BD_ADDR bd_addr) in bta_ar_avdt_conn()
|