Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h29 uint16_t set_read_value(uint8_t *gattc_if, esp_ble_gattc_cb_param_t *p_dest, tBTA_GATTC_READ *p_src…
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c22 …attc_cb_to_app(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param) in btc_gattc_cb_to_app()
687 esp_ble_gattc_cb_param_t param; in btc_gattc_reg_for_notify()
693 memset(&param, 0, sizeof(esp_ble_gattc_cb_param_t)); in btc_gattc_reg_for_notify()
702 esp_ble_gattc_cb_param_t param; in btc_gattc_unreg_for_notify()
708 memset(&param, 0, sizeof(esp_ble_gattc_cb_param_t)); in btc_gattc_unreg_for_notify()
802 esp_ble_gattc_cb_param_t param = {0}; in btc_gattc_cb_handler()
804 memset(&param, 0, sizeof(esp_ble_gattc_cb_param_t)); in btc_gattc_cb_handler()
1053 esp_ble_gattc_cb_param_t esp_param = {0}; in btc_gattc_congest_callback()
1054 memset(&esp_param, 0, sizeof(esp_ble_gattc_cb_param_t)); in btc_gattc_congest_callback()
Dbtc_gatt_util.c136 uint16_t set_read_value(uint8_t *gattc_if, esp_ble_gattc_cb_param_t *p_dest, tBTA_GATTC_READ *p_src) in set_read_value()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h259 } esp_ble_gattc_cb_param_t; typedef
268 …p_gattc_cb_t)(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param);