Home
last modified time | relevance | path

Searched defs:gattc_if (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/api/
Desp_gattc_api.c59 esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if) in esp_ble_gattc_app_unregister()
74 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()
95 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()
116 esp_err_t esp_ble_gattc_close (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_close()
131 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()
146 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()
168 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()
182 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_char()
204 esp_gatt_status_t esp_ble_gattc_get_all_descr(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_descr()
224 esp_gatt_status_t esp_ble_gattc_get_char_by_uuid(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_char_by_uuid()
[all …]
/hal_espressif-2.7.6/components/esp_hid/src/
Dble_hidh.c63 static esp_gatt_status_t read_char(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, esp_g… in read_char()
79 static esp_gatt_status_t read_descr(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, esp_… in read_descr()
95 static void read_device_services(esp_gatt_if_t gattc_if, esp_hidh_dev_t *dev) in read_device_services()
289 static void register_for_notify(esp_gatt_if_t gattc_if, esp_bd_addr_t bda, uint16_t handle) in register_for_notify()
295 static void write_char_descr(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, uint16_t va… in write_char_descr()
301 static void attach_report_listeners(esp_gatt_if_t gattc_if, esp_hidh_dev_t *dev) in attach_report_listeners()
333 void esp_hidh_gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc… in esp_hidh_gattc_event_handler()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c104 uint16_t gattc_if; member
137 static void gattc_profile_a_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… in gattc_profile_a_event_handler()
344 static void gattc_profile_b_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… in gattc_profile_b_event_handler()
544 static void gattc_profile_c_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… in gattc_profile_c_event_handler()
855 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c81 uint16_t gattc_if; member
98 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
410 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c73 uint16_t gattc_if; member
165 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
481 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c106 uint16_t gattc_if; member
198 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
520 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c105 uint16_t gattc_if; member
141 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
450 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h58 esp_gatt_if_t gattc_if; member
62 esp_gatt_if_t gattc_if; member
172 esp_gatt_if_t gattc_if; member
178 esp_gatt_if_t gattc_if; member
188 esp_gatt_if_t gattc_if; member
195 esp_gatt_if_t gattc_if; member
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c43 uint16_t gattc_if; member
282 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
310 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c110 uint16_t gattc_if; member
330 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
566 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c83 uint16_t gattc_if; member
306 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
887 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c27 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()
789 esp_gatt_if_t gattc_if = 0; in btc_gattc_cb_handler() local
1025 uint8_t gattc_if = BTC_GATT_GET_GATT_IF(param->congest.conn_id); in btc_gattc_congest_callback() local
Dbtc_gatt_util.c178 uint16_t set_read_value(uint8_t *gattc_if, esp_ble_gattc_cb_param_t *p_dest, tBTA_GATTC_READ *p_src) in set_read_value()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1680 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, in bta_gattc_conn_cback()
1728 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, BD_ADDR bda) in bta_gattc_enc_cmpl_cback()