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/ |
D | btc_gatt_util.h | 29 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/ |
D | btc_gattc.c | 22 …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(¶m, 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(¶m, 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(¶m, 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()
|
D | btc_gatt_util.c | 136 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/ |
D | esp_gattc_api.h | 259 } 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);
|