Searched refs:esp_gatts_cb_t (Results 1 – 3 of 3) sorted by relevance
279 typedef void (* esp_gatts_cb_t)(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… typedef290 esp_err_t esp_ble_gatts_register_callback(esp_gatts_cb_t callback);298 esp_gatts_cb_t esp_ble_gatts_get_callback(void);
25 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()
38 esp_gatts_cb_t btc_gatts_cb = (esp_gatts_cb_t)btc_profile_cb_get(BTC_PID_GATTS); in btc_gatts_cb_to_app()