Home
last modified time | relevance | path

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/
Dbluedroid_gatts.c125 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/
Dmain.c214 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/
Dgatts_demo.c261 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/
Dexample_ble_server_throughput.c300 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/
Dgattc_gatts_coex.c544 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/
Dbtc_gatt_util.h32 void btc_to_bta_response(tBTA_GATTS_RSP *rsp_struct, esp_gatt_rsp_t *p_rsp);
Dbtc_gatts.h124 esp_gatt_rsp_t *rsp;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c302 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/
Dble_compatibility_test.c406 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/
Dbtc_gatts.c85 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()
Dbtc_gatt_util.c155 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/
DGatt_Server_Example_Walkthrough.md680 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/
Desp_gatt_defs.h393 } esp_gatt_rsp_t; typedef
Desp_gatts_api.h506 esp_gatt_status_t status, esp_gatt_rsp_t *rsp);
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_ble.c120 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/
Desp_gatts_api.c283 esp_gatt_status_t status, esp_gatt_rsp_t *rsp) in esp_ble_gatts_send_response()