Home
last modified time | relevance | path

Searched refs:ESP_GATT_PREP_WRITE_EXEC (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h172ESP_GATT_PREP_WRITE_EXEC = 0x01, /*!< Prepare write execute */ /* relate to BTA_GATT_PR… enumerator
Desp_gatts_api.h105 #define ESP_GATT_PREP_WRITE_EXEC 0x01 /*!< Prepare write flag to indicate execute prepare write */ macro
/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_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/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()
/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/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md917 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){
934 if (param->exec_write.exec_write_flag == ESP_GATT_PREP_WRITE_EXEC){