Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c22 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() function
696 btc_gattc_cb_to_app(ESP_GATTC_REG_FOR_NOTIFY_EVT, arg->reg_for_notify.gattc_if, &param); in btc_gattc_reg_for_notify()
711 btc_gattc_cb_to_app(ESP_GATTC_UNREG_FOR_NOTIFY_EVT, arg->unreg_for_notify.gattc_if, &param); in btc_gattc_unreg_for_notify()
813 btc_gattc_cb_to_app(ESP_GATTC_REG_EVT, gattc_if, &param); in btc_gattc_cb_handler()
820 btc_gattc_cb_to_app(ESP_GATTC_UNREG_EVT, gattc_if, NULL); in btc_gattc_cb_handler()
825 btc_gattc_cb_to_app(ESP_GATTC_READ_CHAR_EVT, gattc_if, &param); in btc_gattc_cb_handler()
839 btc_gattc_cb_to_app(ret_evt, gattc_if, &param); in btc_gattc_cb_handler()
849 btc_gattc_cb_to_app(ESP_GATTC_EXEC_EVT, gattc_if, &param); in btc_gattc_cb_handler()
860 btc_gattc_cb_to_app(ESP_GATTC_SEARCH_CMPL_EVT, gattc_if, &param); in btc_gattc_cb_handler()
872 btc_gattc_cb_to_app(ESP_GATTC_SEARCH_RES_EVT, gattc_if, &param); in btc_gattc_cb_handler()
[all …]