Home
last modified time | relevance | path

Searched refs:esp_gattc_cb_t (Results 1 – 3 of 3) 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… typedef
279 esp_err_t esp_ble_gattc_register_callback(esp_gattc_cb_t callback);
287 esp_gattc_cb_t esp_ble_gattc_get_callback(void);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c20 esp_err_t esp_ble_gattc_register_callback(esp_gattc_cb_t callback) in esp_ble_gattc_register_callback()
32 esp_gattc_cb_t esp_ble_gattc_get_callback(void) in esp_ble_gattc_get_callback()
34 return (esp_gattc_cb_t) btc_profile_cb_get(BTC_PID_GATTC); in esp_ble_gattc_get_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c24 esp_gattc_cb_t btc_gattc_cb = (esp_gattc_cb_t )btc_profile_cb_get(BTC_PID_GATTC); in btc_gattc_cb_to_app()