Home
last modified time | relevance | path

Searched refs:esp_gatt_if_t (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h268 typedef void (* esp_gattc_cb_t)(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_c…
316 esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if);
336 esp_err_t esp_ble_gattc_enh_open(esp_gatt_if_t gattc_if, esp_ble_gatt_creat_conn_params_t *esp_gatt…
356 esp_err_t esp_ble_gattc_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_type_t …
377 esp_err_t esp_ble_gattc_aux_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_typ…
397 esp_err_t esp_ble_gattc_close(esp_gatt_if_t gattc_if, uint16_t conn_id);
414 esp_err_t esp_ble_gattc_send_mtu_req (esp_gatt_if_t gattc_if, uint16_t conn_id);
432 esp_err_t esp_ble_gattc_search_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t *fil…
452 esp_gatt_status_t esp_ble_gattc_get_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t…
476 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if,
[all …]
Desp_gatts_api.h279 typedef void (* esp_gatts_cb_t)(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c…
329 esp_err_t esp_ble_gatts_app_unregister(esp_gatt_if_t gatts_if);
346 esp_err_t esp_ble_gatts_create_service(esp_gatt_if_t gatts_if,
368 esp_gatt_if_t gatts_if,
494 esp_err_t esp_ble_gatts_send_indicate(esp_gatt_if_t gatts_if, uint16_t conn_id, uint16_t attr_handl…
515 esp_err_t esp_ble_gatts_send_response(esp_gatt_if_t gatts_if, uint16_t conn_id, uint32_t trans_id,
567 esp_err_t esp_ble_gatts_open(esp_gatt_if_t gatts_if, esp_bd_addr_t remote_bda, bool is_direct);
586 esp_err_t esp_ble_gatts_close(esp_gatt_if_t gatts_if, uint16_t conn_id);
603 esp_err_t esp_ble_gatts_send_service_change_indication(esp_gatt_if_t gatts_if, esp_bd_addr_t remote…
Desp_gatt_defs.h628 typedef uint8_t esp_gatt_if_t; typedef
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h45 esp_gatt_if_t gatts_if;
50 esp_gatt_if_t gatts_if;
57 esp_gatt_if_t gatts_if;
129 esp_gatt_if_t gatts_if;
141 esp_gatt_if_t gatts_if;
Dbtc_gattc.h51 esp_gatt_if_t gattc_if;
55 esp_gatt_if_t gattc_if;
170 esp_gatt_if_t gattc_if;
176 esp_gatt_if_t gattc_if;
186 esp_gatt_if_t gattc_if;
193 esp_gatt_if_t gattc_if;
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c56 esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if) in esp_ble_gattc_app_unregister()
71 esp_err_t esp_ble_gattc_enh_open(esp_gatt_if_t gattc_if, esp_ble_gatt_creat_conn_params_t *creat_co… in esp_ble_gattc_enh_open()
174 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()
201 esp_err_t esp_ble_gattc_close (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_close()
216 esp_err_t esp_ble_gattc_send_mtu_req (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_send_mtu_req()
231 esp_err_t esp_ble_gattc_search_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t *fil… in esp_ble_gattc_search_service()
253 esp_gatt_status_t esp_ble_gattc_get_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t… in esp_ble_gattc_get_service()
267 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_char()
289 esp_gatt_status_t esp_ble_gattc_get_all_descr(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_descr()
[all …]
Desp_gatts_api.c58 esp_err_t esp_ble_gatts_app_unregister(esp_gatt_if_t gatts_if) in esp_ble_gatts_app_unregister()
73 esp_err_t esp_ble_gatts_create_service(esp_gatt_if_t gatts_if, in esp_ble_gatts_create_service()
92 esp_gatt_if_t gatts_if, in esp_ble_gatts_create_attr_tab()
260 esp_err_t esp_ble_gatts_send_indicate(esp_gatt_if_t gatts_if, uint16_t conn_id, uint16_t attr_handl… in esp_ble_gatts_send_indicate()
294 esp_err_t esp_ble_gatts_send_response(esp_gatt_if_t gatts_if, uint16_t conn_id, uint32_t trans_id, in esp_ble_gatts_send_response()
350 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()
368 esp_err_t esp_ble_gatts_close(esp_gatt_if_t gatts_if, uint16_t conn_id) in esp_ble_gatts_close()
384 esp_err_t esp_ble_gatts_send_service_change_indication(esp_gatt_if_t gatts_if, esp_bd_addr_t remote… in esp_ble_gatts_send_service_change_indication()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dbutton_pro.h89 esp_gatt_if_t gatt_if;
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c36 static inline void btc_gatts_cb_to_app(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_… in btc_gatts_cb_to_app()
221 esp_gatt_if_t gatts_if, in btc_gatts_act_create_attr_tab()
765 esp_gatt_if_t gatts_if; in btc_gatts_cb_handler()
987 esp_gatt_if_t gatts_if = BTC_GATT_GET_GATT_IF(param->congest.conn_id); in btc_congest_callback()
Dbtc_gattc.c22 static inline void btc_gattc_cb_to_app(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_… in btc_gattc_cb_to_app()
801 esp_gatt_if_t gattc_if = 0; in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c413 esp_err_t esp_blufi_close(esp_gatt_if_t gatts_if, uint16_t conn_id) in esp_blufi_close()