Home
last modified time | relevance | path

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

12345

/external/bluetooth/bluedroid/stack/btm/
Dbtm_dev.c59 BOOLEAN BTM_SecAddDevice (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, in BTM_SecAddDevice()
171 BOOLEAN BTM_SecDeleteDevice (BD_ADDR bd_addr) in BTM_SecDeleteDevice()
202 char *BTM_SecReadDevName (BD_ADDR bd_addr) in BTM_SecReadDevName()
223 tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr) in btm_sec_alloc_dev()
319 BOOLEAN btm_dev_support_switch (BD_ADDR bd_addr) in btm_dev_support_switch()
395 tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr) in btm_find_dev()
422 tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr) in btm_find_or_alloc_dev()
Dbtm_ble.c63 BOOLEAN BTM_SecAddBleDevice (BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice()
154 BOOLEAN BTM_SecAddBleKey (BD_ADDR bd_addr, tBTM_LE_KEY_VALUE *p_le_key, tBTM_LE_KEY_TYPE key_type) in BTM_SecAddBleKey()
379 void BTM_SecurityGrant(BD_ADDR bd_addr, UINT8 res) in BTM_SecurityGrant()
402 void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey) in BTM_BlePasskeyReply()
432 void BTM_BleOobDataReply(BD_ADDR bd_addr, UINT8 res, UINT8 len, UINT8 *p_data) in BTM_BleOobDataReply()
515 void BTM_BleSetPrefConnParams (BD_ADDR bd_addr, in BTM_BleSetPrefConnParams()
715 BOOLEAN BTM_IsBleLink (BD_ADDR bd_addr) in BTM_IsBleLink()
735 BOOLEAN BTM_UseLeLink (BD_ADDR bd_addr) in BTM_UseLeLink()
808 void btm_ble_increment_sign_ctr(BD_ADDR bd_addr, BOOLEAN is_local ) in btm_ble_increment_sign_ctr()
837 BOOLEAN btm_ble_get_enc_key_type(BD_ADDR bd_addr, UINT8 *p_key_types) in btm_ble_get_enc_key_type()
[all …]
Dbtm_sec.c266 BOOLEAN BTM_GetSecurityFlags (BD_ADDR bd_addr, UINT8 * p_sec_flags) in BTM_GetSecurityFlags()
863 void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask… in BTM_PINCodeReply()
983 void BTM_DeviceAuthorized (BD_ADDR bd_addr, UINT8 res, UINT32 trusted_mask[]) in BTM_DeviceAuthorized()
1049 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()
1338 tBTM_STATUS BTM_SecGetDeviceLinkKey (BD_ADDR bd_addr, LINK_KEY link_key) in BTM_SecGetDeviceLinkKey()
1377 tBTM_STATUS BTM_SetEncryption (BD_ADDR bd_addr, tBTM_SEC_CBACK *p_callback, in BTM_SetEncryption()
1504 void BTM_ConfirmReqReply(tBTM_STATUS res, BD_ADDR bd_addr) in BTM_ConfirmReqReply()
1552 void BTM_PasskeyReqReply(tBTM_STATUS res, BD_ADDR bd_addr, UINT32 passkey) in BTM_PasskeyReqReply()
1620 void BTM_SendKeypressNotif(BD_ADDR bd_addr, tBTM_SP_KEY_TYPE type) in BTM_SendKeypressNotif()
[all …]
Dbtm_ble_bgconn.c69 BOOLEAN btm_add_dev_to_controller (BOOLEAN to_add, BD_ADDR bd_addr, UINT8 attr) in btm_add_dev_to_controller()
149 void btm_enq_wl_dev_operation(BOOLEAN to_add, BD_ADDR bd_addr, UINT8 attr) in btm_enq_wl_dev_operation()
184 BOOLEAN btm_update_dev_to_white_list(BOOLEAN to_add, BD_ADDR bd_addr, UINT8 attr) in btm_update_dev_to_white_list()
296 BOOLEAN btm_update_bg_conn_list(BOOLEAN to_add, BD_ADDR bd_addr, UINT8 *p_attr_tag) in btm_update_bg_conn_list()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c376 static btif_hh_device_t *btif_hh_find_dev_by_bda(bt_bdaddr_t *bd_addr) in btif_hh_find_dev_by_bda()
397 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()
418 void btif_hh_stop_vup_timer(bt_bdaddr_t *bd_addr) in btif_hh_stop_vup_timer()
439 void btif_hh_start_vup_timer(bt_bdaddr_t *bd_addr) in btif_hh_start_vup_timer()
509 void btif_hh_remove_device(bt_bdaddr_t bd_addr) in btif_hh_remove_device()
595 bt_status_t btif_hh_virtual_unplug(bt_bdaddr_t *bd_addr) in btif_hh_virtual_unplug()
631 bt_status_t btif_hh_connect(bt_bdaddr_t *bd_addr) in btif_hh_connect()
700 void btif_hh_disconnect(bt_bdaddr_t *bd_addr) in btif_hh_disconnect()
1140 bt_bdaddr_t *bd_addr = (bt_bdaddr_t*)p_param; in btif_hh_handle_evt() local
1254 static bt_status_t connect( bt_bdaddr_t *bd_addr) in connect()
[all …]
Dbtif_dm.c83 BD_ADDR bd_addr; member
115 BD_ADDR bd_addr; member
332 static void bond_state_changed(bt_status_t status, bt_bdaddr_t *bd_addr, bt_bond_state_t state) in bond_state_changed()
393 static void btif_update_remote_properties(BD_ADDR bd_addr, BD_NAME bd_name, in btif_update_remote_properties()
496 static void btif_dm_cb_create_bond(bt_bdaddr_t *bd_addr) in btif_dm_cb_create_bond()
541 void btif_dm_cb_remove_bond(bt_bdaddr_t *bd_addr) in btif_dm_cb_remove_bond()
646 bt_bdaddr_t bd_addr; in btif_dm_pin_req_evt() local
726 bt_bdaddr_t bd_addr; in btif_dm_ssp_cfm_req_evt() local
790 bt_bdaddr_t bd_addr; in btif_dm_ssp_key_notif_evt() local
828 bt_bdaddr_t bd_addr; in btif_dm_auth_cmpl_evt() local
[all …]
Dbtif_gatt_util.c264 static BOOLEAN btif_gatt_is_link_encrypted (BD_ADDR bd_addr) in btif_gatt_is_link_encrypted()
272 static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_STATUS result) in btif_gatt_set_encryption_cb()
283 void btif_gatt_check_encrypted_link (BD_ADDR bd_addr) in btif_gatt_check_encrypted_link()
303 BOOLEAN btif_get_device_type(BD_ADDR bd_addr, int *addr_type, int *device_type) in btif_get_device_type()
Dbluetooth.c254 static int create_bond(const bt_bdaddr_t *bd_addr) in create_bond()
263 static int cancel_bond(const bt_bdaddr_t *bd_addr) in cancel_bond()
272 static int remove_bond(const bt_bdaddr_t *bd_addr) in remove_bond()
281 static int pin_reply(const bt_bdaddr_t *bd_addr, uint8_t accept, in pin_reply()
291 static int ssp_reply(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant, in ssp_reply()
Dbtif_hf.c150 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) in is_connected()
511 static bt_status_t connect_int( bt_bdaddr_t *bd_addr ) in connect_int()
526 static bt_status_t connect( bt_bdaddr_t *bd_addr ) in connect()
541 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) in disconnect()
563 static bt_status_t connect_audio( bt_bdaddr_t *bd_addr ) in connect_audio()
589 static bt_status_t disconnect_audio( bt_bdaddr_t *bd_addr ) in disconnect_audio()
Dbtif_gatt_client.c115 bt_bdaddr_t bd_addr; member
138 bt_bdaddr_t bd_addr; member
923 static bt_status_t btif_gattc_open(int client_if, const bt_bdaddr_t *bd_addr, bool is_direct ) in btif_gattc_open()
934 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gattc_close()
1115 static bt_status_t btif_gattc_refresh( int client_if, const bt_bdaddr_t *bd_addr ) in btif_gattc_refresh()
1267 static bt_status_t btif_gattc_reg_for_notification(int client_if, const bt_bdaddr_t *bd_addr, in btif_gattc_reg_for_notification()
1281 static bt_status_t btif_gattc_dereg_for_notification(int client_if, const bt_bdaddr_t *bd_addr, in btif_gattc_dereg_for_notification()
1295 static bt_status_t btif_gattc_read_remote_rssi(int client_if, const bt_bdaddr_t *bd_addr) in btif_gattc_read_remote_rssi()
1305 static int btif_gattc_get_device_type( const bt_bdaddr_t *bd_addr ) in btif_gattc_get_device_type()
/external/bluetooth/bluedroid/stack/smp/
Dsmp_api.c128 tSMP_STATUS SMP_Pair (BD_ADDR bd_addr) in SMP_Pair()
168 BOOLEAN SMP_PairCancel (BD_ADDR bd_addr) in SMP_PairCancel()
199 void SMP_SecurityGrant(BD_ADDR bd_addr, UINT8 res) in SMP_SecurityGrant()
223 void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey) in SMP_PasskeyReply()
279 void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len, UINT8 *p_data) in SMP_OobDataReply()
Dsmp_l2c.c76 static void smp_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason) in smp_connect_cback()
124 static void smp_data_ind (BD_ADDR bd_addr, BT_HDR *p_buf) in smp_data_ind()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c438 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services, in BTA_DmDiscover()
468 void BTA_DmDiscoverUUID(BD_ADDR bd_addr, tSDP_UUID *uuid, in BTA_DmDiscoverUUID()
501 BOOLEAN BTA_DmIsMaster(BD_ADDR bd_addr) in BTA_DmIsMaster()
526 void BTA_DmBond(BD_ADDR bd_addr) in BTA_DmBond()
551 void BTA_DmBondCancel(BD_ADDR bd_addr) in BTA_DmBondCancel()
576 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin) in BTA_DmPinReply()
608 void BTA_DmLinkPolicy(BD_ADDR bd_addr, tBTA_DM_LP_MASK policy_mask, in BTA_DmLinkPolicy()
656 void BTA_DmConfirm(BD_ADDR bd_addr, BOOLEAN accept) in BTA_DmConfirm()
680 void BTA_DmPasskeyCancel(BD_ADDR bd_addr) in BTA_DmPasskeyCancel()
706 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key, in BTA_DmAddDevice()
[all …]
Dbta_dm_ci.c46 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()
74 void bta_dm_ci_rmt_oob(BOOLEAN accept, BD_ADDR bd_addr, BT_OCTET16 c, BT_OCTET16 r) in bta_dm_ci_rmt_oob()
/external/bluetooth/bluedroid/btif/co/
Dbta_dm_co.c67 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()
94 void bta_dm_co_io_rsp(BD_ADDR bd_addr, tBTA_IO_CAP io_cap, in bta_dm_co_io_rsp()
112 void bta_dm_co_lk_upgrade(BD_ADDR bd_addr, BOOLEAN *p_upgrade ) in bta_dm_co_lk_upgrade()
152 void bta_dm_co_rmt_oob(BD_ADDR bd_addr) in bta_dm_co_rmt_oob()
333 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()
385 void bta_dm_co_ble_io_req(BD_ADDR bd_addr, tBTA_IO_CAP *p_io_cap, in bta_dm_co_ble_io_req()
/external/bluetooth/bluedroid/stack/mcap/
Dmca_l2c.c72 static void mca_sec_check_complete_term (BD_ADDR bd_addr, void *p_ref_data, UINT8 res) in mca_sec_check_complete_term()
117 static void mca_sec_check_complete_orig (BD_ADDR bd_addr, void *p_ref_data, UINT8 res) in mca_sec_check_complete_orig()
148 void mca_l2c_cconn_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in mca_l2c_cconn_ind_cback()
224 void mca_l2c_dconn_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in mca_l2c_dconn_ind_cback()
558 UINT16 mca_l2c_open_req(BD_ADDR bd_addr, UINT16 psm, const tMCA_CHNL_CFG *p_chnl_cfg) in mca_l2c_open_req()
/external/bluetooth/bluedroid/stack/rfcomm/
Dport_utils.c63 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()
Drfc_l2cap_if.c87 void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in RFCOMM_ConnectInd()
258 void RFCOMM_QoSViolationInd (BD_ADDR bd_addr) in RFCOMM_QoSViolationInd()
/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c72 static void avdt_sec_check_complete_term (BD_ADDR bd_addr, void *p_ref_data, UINT8 res) in avdt_sec_check_complete_term()
128 static void avdt_sec_check_complete_orig (BD_ADDR bd_addr, void *p_ref_data, UINT8 res) in avdt_sec_check_complete_orig()
170 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in avdt_l2c_connect_ind_cback()
Davdt_api.c276 UINT16 AVDT_DiscoverReq(BD_ADDR bd_addr, tAVDT_SEP_INFO *p_sep_info, in AVDT_DiscoverReq()
324 static UINT16 avdt_get_cap_req(BD_ADDR bd_addr, tAVDT_CCB_API_GETCAP *p_evt) in avdt_get_cap_req()
385 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) in AVDT_GetCapReq()
422 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) in AVDT_GetAllCapReq()
483 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) in AVDT_OpenReq()
1001 UINT16 AVDT_ConnectReq(BD_ADDR bd_addr, UINT8 sec_mask, tAVDT_CTRL_CBACK *p_cback) in AVDT_ConnectReq()
1048 UINT16 AVDT_DisconnectReq(BD_ADDR bd_addr, tAVDT_CTRL_CBACK *p_cback) in AVDT_DisconnectReq()
1112 UINT16 AVDT_GetSignalChannel(UINT8 handle, BD_ADDR bd_addr) in AVDT_GetSignalChannel()
Davdt_ccb.c342 tAVDT_CCB *avdt_ccb_by_bd(BD_ADDR bd_addr) in avdt_ccb_by_bd()
377 tAVDT_CCB *avdt_ccb_alloc(BD_ADDR bd_addr) in avdt_ccb_alloc()
/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c165 BD_ADDR bd_addr) in GAP_FindAddrByName()
255 UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) in GAP_Bond()
292 void GAP_PinRsp (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) in GAP_PinRsp()
310 void GAP_AuthorizeRsp (BD_ADDR bd_addr, UINT8 res, UINT32 trusted_mask[]) in GAP_AuthorizeRsp()
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c295 BOOLEAN btsnd_hcic_link_key_req_reply (BD_ADDR bd_addr, LINK_KEY link_key) in btsnd_hcic_link_key_req_reply()
318 BOOLEAN btsnd_hcic_link_key_neg_reply (BD_ADDR bd_addr) in btsnd_hcic_link_key_neg_reply()
340 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, in btsnd_hcic_pin_code_req_reply()
372 BOOLEAN btsnd_hcic_pin_code_neg_reply (BD_ADDR bd_addr) in btsnd_hcic_pin_code_neg_reply()
506 BOOLEAN btsnd_hcic_rmt_name_req (BD_ADDR bd_addr, UINT8 page_scan_rep_mode, in btsnd_hcic_rmt_name_req()
537 BOOLEAN btsnd_hcic_rmt_name_req_cancel (BD_ADDR bd_addr) in btsnd_hcic_rmt_name_req_cancel()
700 BOOLEAN btsnd_hcic_accept_esco_conn (BD_ADDR bd_addr, UINT32 tx_bw, in btsnd_hcic_accept_esco_conn()
731 BOOLEAN btsnd_hcic_reject_esco_conn (BD_ADDR bd_addr, UINT8 reason) in btsnd_hcic_reject_esco_conn()
928 BOOLEAN btsnd_hcic_switch_role (BD_ADDR bd_addr, UINT8 role) in btsnd_hcic_switch_role()
1277 BOOLEAN btsnd_hcic_read_stored_key (BD_ADDR bd_addr, BOOLEAN read_all_flag) in btsnd_hcic_read_stored_key()
[all …]
/external/bluetooth/bluedroid/bta/ar/
Dbta_ar.c83 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()
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c247 tBTA_JV_STATUS BTA_JvGetRemoteDeviceName(BD_ADDR bd_addr) in BTA_JvGetRemoteDeviceName()
394 tBTA_JV_STATUS BTA_JvSetEncryption(BD_ADDR bd_addr) in BTA_JvSetEncryption()
421 BOOLEAN BTA_JvIsAuthenticated(BD_ADDR bd_addr) in BTA_JvIsAuthenticated()
445 BOOLEAN BTA_JvIsTrusted(BD_ADDR bd_addr) in BTA_JvIsTrusted()
471 BOOLEAN BTA_JvIsAuthorized(BD_ADDR bd_addr) in BTA_JvIsAuthorized()
494 BOOLEAN BTA_JvIsEncrypted(BD_ADDR bd_addr) in BTA_JvIsEncrypted()
618 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid, in BTA_JvStartDiscovery()

12345