Home
last modified time | relevance | path

Searched defs:remote_bda (Results 1 – 25 of 51) sorted by relevance

123

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c168 tBTA_GATTC_CLCB *bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, in bta_gattc_find_clcb_by_cif()
216 tBTA_GATTC_CLCB *bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_clcb_alloc()
263 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_find_alloc_clcb()
589 BD_ADDR remote_bda; in bta_gattc_clear_notif_registration() local
628 void bta_gattc_clear_notif_registration_by_bda(tBTA_GATTC_RCB *p_clrcb, BD_ADDR remote_bda) in bta_gattc_clear_notif_registration_by_bda()
722 BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role) in bta_gattc_check_bg_conn()
755 BD_ADDR remote_bda, UINT16 conn_id, in bta_gattc_send_open_cback()
784 void bta_gattc_send_connect_cback( tBTA_GATTC_RCB *p_clreg, BD_ADDR remote_bda, UINT16 conn_id, in bta_gattc_send_connect_cback()
816 BD_ADDR remote_bda, UINT16 conn_id) in bta_gattc_send_disconnect_cback()
840 tBTA_GATTC_CONN *bta_gattc_conn_alloc(BD_ADDR remote_bda) in bta_gattc_conn_alloc()
[all …]
Dbta_gatts_api.c520 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct, in BTA_GATTS_Open()
552 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTS_CancelOpen()
590 void BTA_GATTS_SendServiceChangeIndication(tBTA_GATTS_IF server_if, BD_ADDR remote_bda) in BTA_GATTS_SendServiceChangeIndication()
Dbta_gattc_api.c145 void BTA_GATTC_Enh_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_ADDR_TYPE remote_addr_typ… in BTA_GATTC_Enh_Open()
192 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTC_CancelOpen()
1013 void BTA_GATTC_Refresh(BD_ADDR remote_bda, bool erase_flash) in BTA_GATTC_Refresh()
1076 void BTA_GATTC_Clean(BD_ADDR remote_bda) in BTA_GATTC_Clean()
Dbta_gatts_act.c674 BD_ADDR remote_bda; in bta_gatts_indicate_handle() local
829 BD_ADDR remote_bda; in bta_gatts_close() local
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_a2dp_api.c84 esp_err_t esp_a2d_sink_connect(esp_bd_addr_t remote_bda) in esp_a2d_sink_connect()
110 esp_err_t esp_a2d_sink_disconnect(esp_bd_addr_t remote_bda) in esp_a2d_sink_disconnect()
270 esp_err_t esp_a2d_source_connect(esp_bd_addr_t remote_bda) in esp_a2d_source_connect()
296 esp_err_t esp_a2d_source_disconnect(esp_bd_addr_t remote_bda) in esp_a2d_source_disconnect()
Desp_gap_bt_api.c96 esp_err_t esp_bt_gap_get_remote_services(esp_bd_addr_t remote_bda) in esp_bt_gap_get_remote_services()
113 esp_err_t esp_bt_gap_get_remote_service_record(esp_bd_addr_t remote_bda, esp_bt_uuid_t *uuid) in esp_bt_gap_get_remote_service_record()
390 esp_err_t esp_bt_gap_read_remote_name(esp_bd_addr_t remote_bda) in esp_bt_gap_read_remote_name()
407 esp_err_t esp_bt_gap_set_qos(esp_bd_addr_t remote_bda, uint32_t t_poll) in esp_bt_gap_set_qos()
429 esp_err_t esp_bt_gap_set_acl_pkt_types(esp_bd_addr_t remote_bda, uint16_t pkt_types) in esp_bt_gap_set_acl_pkt_types()
Desp_hf_client_api.c66 esp_err_t esp_hf_client_connect(esp_bd_addr_t remote_bda) in esp_hf_client_connect()
88 esp_err_t esp_hf_client_disconnect(esp_bd_addr_t remote_bda) in esp_hf_client_disconnect()
110 esp_err_t esp_hf_client_connect_audio(esp_bd_addr_t remote_bda) in esp_hf_client_connect_audio()
132 esp_err_t esp_hf_client_disconnect_audio(esp_bd_addr_t remote_bda) in esp_hf_client_disconnect_audio()
Desp_gattc_api.c174 esp_err_t esp_ble_gattc_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_type_t … in esp_ble_gattc_open()
188 esp_err_t esp_ble_gattc_aux_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_typ… in esp_ble_gattc_aux_open()
848 esp_err_t esp_ble_gattc_cache_refresh(esp_bd_addr_t remote_bda) in esp_ble_gattc_cache_refresh()
863 esp_err_t esp_ble_gattc_cache_clean(esp_bd_addr_t remote_bda) in esp_ble_gattc_cache_clean()
Desp_gatts_api.c350 esp_err_t esp_ble_gatts_open(esp_gatt_if_t gatts_if, esp_bd_addr_t remote_bda, bool is_direct) in esp_ble_gatts_open()
384 …rr_t esp_ble_gatts_send_service_change_indication(esp_gatt_if_t gatts_if, esp_bd_addr_t remote_bda) in esp_ble_gatts_send_service_change_indication()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c190 tAirSync_CLCB *airsync_env_clcb_alloc (UINT16 conn_id, BD_ADDR remote_bda) in airsync_env_clcb_alloc()
215 UINT16 airsync_env_find_conn_id_by_bd_adddr(BD_ADDR remote_bda) in airsync_env_find_conn_id_by_bd_adddr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c856 tBTM_STATUS BTM_SetLinkPolicy (BD_ADDR remote_bda, UINT16 *settings) in BTM_SetLinkPolicy()
1296 tBTM_STATUS BTM_GetLinkSuperTout (BD_ADDR remote_bda, UINT16 *p_timeout) in BTM_GetLinkSuperTout()
1319 tBTM_STATUS BTM_SetLinkSuperTout (BD_ADDR remote_bda, UINT16 timeout) in BTM_SetLinkSuperTout()
1354 BOOLEAN BTM_IsAclConnectionUp (BD_ADDR remote_bda, tBT_TRANSPORT transport) in BTM_IsAclConnectionUp()
1417 UINT16 BTM_GetHCIConnHandle (BD_ADDR remote_bda, tBT_TRANSPORT transport) in BTM_GetHCIConnHandle()
1983 tBTM_STATUS BTM_ReadRSSI (BD_ADDR remote_bda, tBT_TRANSPORT transport, tBTM_CMPL_CB *p_cb) in BTM_ReadRSSI()
2031 tBTM_STATUS BTM_ReadLinkQuality (BD_ADDR remote_bda, tBTM_CMPL_CB *p_cb) in BTM_ReadLinkQuality()
2075 tBTM_STATUS BTM_ReadTxPower (BD_ADDR remote_bda, tBT_TRANSPORT transport, tBTM_CMPL_CB *p_cb) in BTM_ReadTxPower()
2120 tBTM_STATUS BTM_SetAclPktTypes(BD_ADDR remote_bda, UINT16 pkt_types, tBTM_CMPL_CB *p_cb) in BTM_SetAclPktTypes()
Dbtm_pm.c173 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode()
281 tBTM_STATUS BTM_ReadPowerMode (BD_ADDR remote_bda, tBTM_PM_MODE *p_mode) in BTM_ReadPowerMode()
310 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat, in BTM_SetSsrParams()
Dbtm_sco.c739 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, in BTM_CreateSco()
1849 BOOLEAN btm_is_sco_active_by_bdaddr (BD_ADDR remote_bda) in btm_is_sco_active_by_bdaddr()
1866 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, in BTM_CreateSco()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h88 esp_bd_addr_t remote_bda; /*!< Remote Bluetooth device address */ member
98 esp_bd_addr_t remote_bda; /*!< Remote bluetooth device address */ member
168 esp_bd_addr_t remote_bda; /*!< Remote Bluetooth device address. */ member
179 esp_bd_addr_t remote_bda; /*!< Remote Bluetooth device address */ member
211 esp_bd_addr_t remote_bda; /*!< Remote device address */ member
223 esp_bd_addr_t remote_bda; /*!< Remote device address */ member
Desp_a2dp_api.h137 esp_bd_addr_t remote_bda; /*!< remote bluetooth device address */ member
146 esp_bd_addr_t remote_bda; /*!< remote bluetooth device address */ member
153 esp_bd_addr_t remote_bda; /*!< remote bluetooth device address */ member
Desp_avrc_api.h287 esp_bd_addr_t remote_bda; /*!< remote bluetooth device address */ member
323 esp_bd_addr_t remote_bda; /*!< remote bluetooth device address */ member
349 esp_bd_addr_t remote_bda; /*!< remote bluetooth device address */ member
358 esp_bd_addr_t remote_bda; /*!< remote bluetooth device address */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c215 but_clcb_t *button_env_clcb_alloc (uint16_t conn_id, BD_ADDR remote_bda) in button_env_clcb_alloc()
240 uint16_t button_env_find_conn_id_by_bd_adddr(BD_ADDR remote_bda) in button_env_find_conn_id_by_bd_adddr()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h130 BD_ADDR remote_bda; member
145 BD_ADDR remote_bda; member
206 BD_ADDR_PTR remote_bda; member
218 BD_ADDR remote_bda; member
236 BD_ADDR remote_bda; member
241 BD_ADDR remote_bda; member
254 BD_ADDR remote_bda; member
347 BD_ADDR remote_bda; member
395 BD_ADDR remote_bda; member
403 BD_ADDR remote_bda; member
Dbta_gatts_int.h142 BD_ADDR remote_bda; member
153 BD_ADDR_PTR remote_bda; member
161 BD_ADDR remote_bda; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h56 esp_bd_addr_t remote_bda; member
171 esp_bd_addr_t remote_bda; member
177 esp_bd_addr_t remote_bda; member
182 esp_bd_addr_t remote_bda; member
197 esp_bd_addr_t remote_bda; member
Dbtc_gatts.h130 esp_bd_addr_t remote_bda; member
142 esp_bd_addr_t remote_bda; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dwx_airsync_prf.h49 BD_ADDR remote_bda; member
59 BD_ADDR remote_bda; member
Dbutton_pro.h58 BD_ADDR remote_bda; member
68 BD_ADDR remote_bda; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h351 BD_ADDR remote_bda; member
360 BD_ADDR remote_bda; member
400 BD_ADDR remote_bda; member
405 BD_ADDR remote_bda; member
412 BD_ADDR remote_bda; member
422 BD_ADDR remote_bda; member
427 BD_ADDR remote_bda; member
573 BD_ADDR remote_bda; member
621 BD_ADDR remote_bda; member
684 BD_ADDR remote_bda; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c88 UINT16 gatt_profile_find_conn_id_by_bd_addr(BD_ADDR remote_bda) in gatt_profile_find_conn_id_by_bd_addr()
671 void GATT_ConfigServiceChangeCCC (BD_ADDR remote_bda, BOOLEAN enable, tBT_TRANSPORT transport) in GATT_ConfigServiceChangeCCC()

123