Searched refs:esp_gattc_cb_t (Results 1 – 3 of 3) sorted by relevance
268 typedef void (* esp_gattc_cb_t)(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_c… typedef279 esp_err_t esp_ble_gattc_register_callback(esp_gattc_cb_t callback);287 esp_gattc_cb_t esp_ble_gattc_get_callback(void);
20 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()
24 esp_gattc_cb_t btc_gattc_cb = (esp_gattc_cb_t )btc_profile_cb_get(BTC_PID_GATTC); in btc_gattc_cb_to_app()