Home
last modified time | relevance | path

Searched refs:esp_gatts_cb_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
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… typedef
290 esp_err_t esp_ble_gatts_register_callback(esp_gatts_cb_t callback);
298 esp_gatts_cb_t esp_ble_gatts_get_callback(void);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c25 esp_err_t esp_ble_gatts_register_callback(esp_gatts_cb_t callback) in esp_ble_gatts_register_callback()
32 esp_gatts_cb_t esp_ble_gatts_get_callback(void) in esp_ble_gatts_get_callback()
34 return (esp_gatts_cb_t) btc_profile_cb_get(BTC_PID_GATTS); in esp_ble_gatts_get_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c38 esp_gatts_cb_t btc_gatts_cb = (esp_gatts_cb_t)btc_profile_cb_get(BTC_PID_GATTS); in btc_gatts_cb_to_app()