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/ |
D | gattc_multi_connect.c | 84 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/ |
D | btc_gattc.h | 212 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/ |
D | ble_ancs_demo.c | 36 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/ |
D | gattc_demo.c | 46 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/ |
D | example_ble_client_throughput.c | 54 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/ |
D | example_ble_sec_gattc_demo.c | 39 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/ |
D | esp_gattc_api.h | 423 esp_gattc_char_elem_t *result, 473 esp_gattc_char_elem_t *result,
|
D | esp_gatt_defs.h | 467 } esp_gattc_char_elem_t; /*!< The gattc characteristic element */ typedef
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 42 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/ |
D | btc_gattc.c | 257 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/ |
D | gattc_gatts_coex.c | 109 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/ |
D | esp_gattc_api.c | 178 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/ |
D | ble_hidh.c | 127 esp_gattc_char_elem_t char_result[20]; in read_device_services()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/ |
D | Gatt_Client_Example_Walkthrough.md | 585 char_elem_result = (esp_gattc_char_elem_t*)malloc 586 (sizeof(esp_gattc_char_elem_t) * count);
|