Home
last modified time | relevance | path

Searched refs:exec_write_flag (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h106 uint8_t exec_write_flag; /*!< Execute write flag */ member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c327 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){ in example_exec_write_event_env()
459 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_CANCEL) { in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c93 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC) { in example_exec_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c329 …if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC && prepare_write_env->prepare_bu… in example_exec_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c560 if(p_data->exec_write.exec_write_flag){ in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c433 …if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC && prepare_write_env->prepare_bu… in example_exec_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md917 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){
931 …cks for the `exec_write_flag` in the parameters received with the event. If the flag equals the ex…
934 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_ble.c266 if ((param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC) in transport_simple_ble_exec_write()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c240 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){ in example_exec_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c287 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){ in example_exec_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c570 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC) { in example_exec_write_event_env()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c809 param.exec_write.exec_write_flag = p_data->req_data.p_data->exec_write; in btc_gatts_cb_handler()