Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c84 static esp_gattc_char_elem_t *char_elem_result_a = NULL;
86 static esp_gattc_char_elem_t *char_elem_result_b = NULL;
88 static esp_gattc_char_elem_t *char_elem_result_c = NULL;
208 … char_elem_result_a = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_a_event_handler()
409 … char_elem_result_b = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_b_event_handler()
608 … char_elem_result_c = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_c_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h212 esp_gattc_char_elem_t *result,
222 esp_gattc_char_elem_t *result,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c36 static esp_gattc_char_elem_t *char_elem_result = NULL;
390 … char_elem_result = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_event_handler()
391 memset(char_elem_result, 0xff, sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c46 static esp_gattc_char_elem_t *char_elem_result = NULL;
182 … char_elem_result = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c54 static esp_gattc_char_elem_t *char_elem_result = NULL;
212 … char_elem_result = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c39 static esp_gattc_char_elem_t *char_elem_result = NULL;
233 … char_elem_result = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h423 esp_gattc_char_elem_t *result,
473 esp_gattc_char_elem_t *result,
Desp_gatt_defs.h467 } esp_gattc_char_elem_t; /*!< The gattc characteristic element */ typedef
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c42 static esp_gattc_char_elem_t *char_elem_result = NULL;
276 … char_elem_result = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c257 esp_gattc_char_elem_t *char_result = (esp_gattc_char_elem_t *)result; in btc_gattc_fill_gatt_db_conversion()
349 esp_gattc_char_elem_t *result, in btc_ble_gattc_get_all_char()
407 esp_gattc_char_elem_t *result, in btc_ble_gattc_get_char_by_uuid()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c109 static esp_gattc_char_elem_t *char_elem_result = NULL;
390 … char_elem_result = (esp_gattc_char_elem_t *)malloc(sizeof(esp_gattc_char_elem_t) * count); in gattc_profile_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c178 esp_gattc_char_elem_t *result, in esp_ble_gattc_get_all_char()
221 esp_gattc_char_elem_t *result, in esp_ble_gattc_get_char_by_uuid()
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c127 esp_gattc_char_elem_t char_result[20]; in read_device_services()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md585 char_elem_result = (esp_gattc_char_elem_t*)malloc
586 (sizeof(esp_gattc_char_elem_t) * count);