Home
last modified time | relevance | path

Searched defs:bda (Results 1 – 25 of 46) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_bt.h74 bt_bdaddr_t bda; member
78 bt_bdaddr_t bda; member
90 bt_bdaddr_t bda; member
95 bt_bdaddr_t bda; member
107 bt_bdaddr_t bda; member
122 bt_bdaddr_t bda; member
129 bt_bdaddr_t bda; member
148 bt_bdaddr_t bda; member
154 bt_bdaddr_t bda; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h297 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
313 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
323 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
331 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
353 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
362 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
370 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
378 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
386 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
400 esp_bd_addr_t bda; /*!< remote bluetooth device address*/ member
[all …]
Desp_gatts_api.h66 esp_bd_addr_t bda; /*!< The device address to read */ member
80 esp_bd_addr_t bda; /*!< The device address to write */ member
95 esp_bd_addr_t bda; /*!< The bluetooth device address to write */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c45 static void getFilename(char *buffer, BD_ADDR bda) in getFilename()
59 static bool cacheOpen(BD_ADDR bda, bool to_save) in cacheOpen()
70 static void cacheReset(BD_ADDR bda) in cacheReset()
107 static void cacheClose(BD_ADDR bda) in cacheClose()
118 static bool cacheOpen(BD_ADDR bda, bool to_save, UINT8 *index) in cacheOpen()
142 static void cacheReset(BD_ADDR bda, BOOLEAN update) in cacheReset()
468 BOOLEAN bta_gattc_co_addr_in_cache(BD_ADDR bda) in bta_gattc_co_addr_in_cache()
482 UINT8 bta_gattc_co_find_addr_in_cache(BD_ADDR bda) in bta_gattc_co_find_addr_in_cache()
Dbta_gattc_utils.c349 tBTA_GATTC_SERV *bta_gattc_find_srcb(BD_ADDR bda) in bta_gattc_find_srcb()
371 tBTA_GATTC_SERV *bta_gattc_find_srvr_cache(BD_ADDR bda) in bta_gattc_find_srvr_cache()
411 tBTA_GATTC_SERV *bta_gattc_srcb_alloc(BD_ADDR bda) in bta_gattc_srcb_alloc()
Dbta_gatts_co.c68 void btif_gatts_add_bonded_dev_from_nv(BD_ADDR bda) in btif_gatts_add_bonded_dev_from_nv()
Dbta_gattc_act.c590 uint8_t *bda = (uint8_t *)p_data->remote_bda; in bta_gattc_init_bk_conn() local
1747 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, in bta_gattc_conn_cback()
1800 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, BD_ADDR bda) in bta_gattc_enc_cmpl_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c645 BD_ADDR bda; in btu_hcif_connection_comp_evt() local
674 BD_ADDR bda; in btu_hcif_connection_request_evt() local
890 BD_ADDR bda; in btu_hcif_esco_connection_comp_evt() local
1522 BD_ADDR bda; in btu_hcif_role_change_evt() local
1635 BD_ADDR bda; in btu_hcif_pin_code_request_evt() local
1659 BD_ADDR bda; in btu_hcif_link_key_request_evt() local
1676 BD_ADDR bda; in btu_hcif_link_key_notification_evt() local
2145 BD_ADDR bda; in btm_ble_resolve_random_addr_adv_ext() local
2165 BD_ADDR bda; in btu_ble_ext_adv_report_evt() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c134 tACL_CONN *btm_bda_to_acl (BD_ADDR bda, tBT_TRANSPORT transport) in btm_bda_to_acl()
242 void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, UINT8 bdn[BTM_MAX_REM_BD_NAME_LEN], in btm_acl_created()
398 void btm_acl_report_role_change (UINT8 hci_status, BD_ADDR bda) in btm_acl_report_role_change()
423 void btm_acl_removed (BD_ADDR bda, tBT_TRANSPORT transport) in btm_acl_removed()
2497 BD_ADDR bda; in btm_acl_resubmit_page() local
2546 void btm_acl_paging (BT_HDR *p, BD_ADDR bda) in btm_acl_paging()
2592 BOOLEAN btm_acl_notif_conn_collision (BD_ADDR bda) in btm_acl_notif_conn_collision()
2684 void btm_acl_connected(BD_ADDR bda, UINT16 handle, UINT8 link_type, UINT8 enc_mode, UINT8 status) in btm_acl_connected()
Dbtm_sco.c158 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda, in btm_esco_conn_rsp()
955 void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type) in btm_sco_conn_req()
1041 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, in btm_sco_connected()
1198 void btm_remove_sco_links (BD_ADDR bda) in btm_remove_sco_links()
1271 void btm_sco_acl_removed (BD_ADDR bda) in btm_sco_acl_removed()
Dbtm_ble_gap.c947 BOOLEAN BTM_GetLocalResolvablePrivateAddr(BD_ADDR bda) in BTM_GetLocalResolvablePrivateAddr()
980 void BTM_UpdateAddrInfor(uint8_t addr_type, BD_ADDR bda) in BTM_UpdateAddrInfor()
1177 BD_ADDR bda; in btm_ble_resolve_random_addr_on_adv() local
2198 BOOLEAN BTM_GetCurrentConnParams(BD_ADDR bda, uint16_t *interval, uint16_t *latency, uint16_t *time… in BTM_GetCurrentConnParams()
2842 void btm_ble_read_remote_name_cmpl(BOOLEAN status, BD_ADDR bda, UINT16 length, char *p_name) in btm_ble_read_remote_name_cmpl()
3094 void btm_ble_cache_adv_data(BD_ADDR bda, tBTM_INQ_RESULTS *p_cur, UINT8 data_len, UINT8 *p, UINT8 e… in btm_ble_cache_adv_data()
3148 UINT8 btm_ble_is_discoverable(BD_ADDR bda, UINT8 evt_type, UINT8 *p) in btm_ble_is_discoverable()
3337 BOOLEAN btm_ble_update_inq_result(BD_ADDR bda, tINQ_DB_ENT *p_i, UINT8 addr_type, UINT8 evt_type, U… in btm_ble_update_inq_result()
3571 BD_ADDR bda; in btm_ble_process_adv_pkt() local
3710 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p) in btm_ble_process_adv_pkt_cont()
Dbtm_ble.c1645 tBTM_STATUS btm_ble_start_encrypt(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk) in btm_ble_start_encrypt()
1748 void btm_ble_ltk_request_reply(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk) in btm_ble_ltk_request_reply()
1901 BD_ADDR bda, local_rpa, peer_rpa; in btm_ble_resolve_random_addr_on_conn_cmpl() local
1957 void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, in btm_ble_connected()
2032 BD_ADDR bda; local
2901 BOOLEAN btm_get_current_conn_params(BD_ADDR bda, UINT16 *interval, UINT16 *latency, UINT16 *timeout)
Dbtm_sec.c803 void btm_sec_clr_temp_auth_service (BD_ADDR bda) in btm_sec_clr_temp_auth_service()
2630 void btm_sec_conn_req (UINT8 *bda, UINT8 *dc) in btm_sec_conn_req()
4258 void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode) in btm_sec_connected()
6157 BOOLEAN btm_sec_is_a_bonded_dev (BD_ADDR bda) in btm_sec_is_a_bonded_dev()
6185 BOOLEAN btm_sec_is_le_capable_dev (BD_ADDR bda) in btm_sec_is_le_capable_dev()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c127 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda, tBT_TRANSPORT transport) in gatt_profile_find_clcb_by_bd_addr()
151 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport) in gatt_profile_clcb_alloc()
395 static void gatt_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_connect_cback()
Dgatt_utils.c780 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, in gatt_find_the_connected_bda()
854 tGATTS_SRV_CHG *gatt_is_bda_in_the_srv_chg_clt_list (BD_ADDR bda) in gatt_is_bda_in_the_srv_chg_clt_list()
888 BOOLEAN gatt_is_bda_connected(BD_ADDR bda) in gatt_is_bda_connected()
933 UINT8 gatt_find_i_tcb_by_addr(BD_ADDR bda, tBT_TRANSPORT transport) in gatt_find_i_tcb_by_addr()
983 tGATT_TCB *gatt_find_tcb_by_addr(BD_ADDR bda, tBT_TRANSPORT transport) in gatt_find_tcb_by_addr()
1066 tGATT_TCB *gatt_allocate_tcb_by_bdaddr(BD_ADDR bda, tBT_TRANSPORT transport) in gatt_allocate_tcb_by_bdaddr()
1876 UINT8 gatt_num_clcb_by_bd_addr(BD_ADDR bda) in gatt_num_clcb_by_bd_addr()
2082 BOOLEAN gatt_cancel_open(tGATT_IF gatt_if, BD_ADDR bda) in gatt_cancel_open()
2344 void gatt_cleanup_upon_disc(BD_ADDR bda, UINT16 reason, tBT_TRANSPORT transport) in gatt_cleanup_upon_disc()
Dgatt_main.c1033 void gatt_add_a_bonded_dev_for_srv_chg (BD_ADDR bda) in gatt_add_a_bonded_dev_for_srv_chg()
1163 BD_ADDR bda; in gatt_proc_srv_chg() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c73 tGAP_CLCB *gap_find_clcb_by_bd_addr(BD_ADDR bda) in gap_find_clcb_by_bd_addr()
119 tGAP_CLCB *gap_clcb_alloc (BD_ADDR bda) in gap_clcb_alloc()
604 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gap_ble_c_connect_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c295 void l2cble_notify_le_connection (BD_ADDR bda) in l2cble_notify_le_connection()
328 void l2cble_scanner_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type, in l2cble_scanner_conn_comp()
434 void l2cble_advertiser_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type, in l2cble_advertiser_conn_comp()
514 void l2cble_conn_comp(UINT16 handle, UINT8 role, BD_ADDR bda, tBLE_ADDR_TYPE type, in l2cble_conn_comp()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_profile_queue.h29 bt_bdaddr_t bda; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c90 bt_status_t btc_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda, btc_connect_cb_t connect_cb) in btc_queue_connect()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h95 BD_ADDR bda; member
99 BD_ADDR bda; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c65 static bool lmp_version_below(BD_ADDR bda, uint8_t version) in lmp_version_below()
1998 void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable) in smp_link_encrypted()
2042 BOOLEAN smp_proc_ltk_request(BD_ADDR bda) in smp_proc_ltk_request()
Dsmp_utils.c1464 BD_ADDR bda; in smp_collect_local_ble_address() local
1487 BD_ADDR bda; in smp_collect_peer_ble_address() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c62 UINT8 bta_hh_find_cb(BD_ADDR bda) in bta_hh_find_cb()
Dbta_hh_api.c345 void BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask, UINT8 sub_class, in BTA_HhAddDev()

12