Searched refs:esp_gatt_rsp_t (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/ |
D | bluedroid_gatts.c | 125 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); in example_write_event_env() 181 esp_gatt_rsp_t rsp; in gatts_profile_a_event_handler() 182 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 214 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); in example_write_event_env() 267 esp_gatt_rsp_t rsp; in gatts_profile_a_event_handler() 268 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_a_event_handler() 415 esp_gatt_rsp_t rsp; in gatts_profile_b_event_handler() 416 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 261 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); in example_write_event_env() 342 esp_gatt_rsp_t rsp; in gatts_profile_a_event_handler() 343 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_a_event_handler() 514 esp_gatt_rsp_t rsp; in gatts_profile_b_event_handler() 515 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 300 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); in example_write_event_env() 382 esp_gatt_rsp_t rsp; in gatts_profile_a_event_handler() 383 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_a_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 544 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); in example_write_event_env() 625 esp_gatt_rsp_t rsp; in gatts_profile_a_event_handler() 626 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_a_event_handler() 763 esp_gatt_rsp_t rsp; in gatts_profile_b_event_handler() 764 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); in gatts_profile_b_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatt_util.h | 32 void btc_to_bta_response(tBTA_GATTS_RSP *rsp_struct, esp_gatt_rsp_t *p_rsp);
|
D | btc_gatts.h | 124 esp_gatt_rsp_t *rsp;
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 302 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); in example_prepare_write_event_env()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 406 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); in example_prepare_write_event_env()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 85 dst->send_rsp.rsp = (esp_gatt_rsp_t *) osi_malloc(sizeof(esp_gatt_rsp_t)); in btc_gatts_arg_deep_copy() 87 memcpy(dst->send_rsp.rsp, src->send_rsp.rsp, sizeof(esp_gatt_rsp_t)); in btc_gatts_arg_deep_copy() 675 esp_gatt_rsp_t *p_rsp = arg->send_rsp.rsp; in btc_gatts_call_handler()
|
D | btc_gatt_util.c | 155 void btc_to_bta_response(tBTA_GATTS_RSP *p_dest, esp_gatt_rsp_t *p_src) in btc_to_bta_response()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 680 esp_gatt_rsp_t rsp; 681 memset(&rsp, 0, sizeof(esp_gatt_rsp_t)); 790 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t)); 877 The procedure now prepares the response of type `esp_gatt_rsp_t` to be sent back to the client. The… 880 esp_gatt_rsp_t *gatt_rsp = (esp_gatt_rsp_t *)malloc(sizeof(esp_gatt_rsp_t));
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatt_defs.h | 393 } esp_gatt_rsp_t; typedef
|
D | esp_gatts_api.h | 506 esp_gatt_status_t status, esp_gatt_rsp_t *rsp);
|
/hal_espressif-3.6.0/components/protocomm/src/transports/ |
D | protocomm_ble.c | 120 esp_gatt_rsp_t gatt_rsp = {0}; in transport_simple_ble_read() 184 esp_gatt_rsp_t gatt_rsp = {0}; in prepare_write_event_env()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 283 esp_gatt_status_t status, esp_gatt_rsp_t *rsp) in esp_ble_gatts_send_response()
|