Home
last modified time | relevance | path

Searched refs:is_prep (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.5.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c109 if (param->write.is_prep) { in example_write_event_env()
195 if (!param->write.is_prep) { in gatts_profile_a_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c198 if (param->write.is_prep){ in example_write_event_env()
281 if (!param->write.is_prep){ in gatts_profile_a_event_handler()
429 if (!param->write.is_prep){ in gatts_profile_b_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c245 if (param->write.is_prep){ in example_write_event_env()
356 if (!param->write.is_prep){ in gatts_profile_a_event_handler()
528 if (!param->write.is_prep){ in gatts_profile_b_event_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h92 bool is_prep; /*!< This write operation is prepare write */ member
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c511 if(p_data->write.is_prep == false){ in gatts_profile_event_handler()
552 }else if((p_data->write.is_prep == true)&&(res == SPP_IDX_SPP_DATA_RECV_VAL)){ in gatts_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c283 if (param->write.is_prep) { in example_write_event_env()
397 if (!param->write.is_prep){ in gatts_profile_a_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c528 if (param->write.is_prep) { in example_write_event_env()
639 if (!param->write.is_prep) { in gatts_profile_a_event_handler()
777 if (!param->write.is_prep) { in gatts_profile_b_event_handler()
/hal_espressif-3.5.0/components/protocomm/src/transports/
Dprotocomm_ble.c220 param->write.conn_id, param->write.handle, param->write.len, param->write.is_prep); in transport_simple_ble_write()
222 if (param->write.is_prep) { in transport_simple_ble_write()
/hal_espressif-3.5.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c160 if (p_data->req_data.p_data->write_req.is_prep) { in blufi_profile_cb()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md707 bool is_prep; /*!< This write operation is prepare write */
719 if (!param->write.is_prep){
773 if (param->write.is_prep){
827 The function then checks if the Prepare Write Request parameter represented by the `write.is_prep` …
831 if (param->write.is_prep){
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h380 BOOLEAN is_prep; /* is prepare write */ member
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c384 if (!param->write.is_prep){ in gatts_profile_event_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c793 param.write.is_prep = p_data->req_data.p_data->write_req.is_prep; in btc_gatts_cb_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c505 if (!param->write.is_prep){ in gatts_profile_event_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c1322 sr_data.write_req.is_prep = TRUE; in gatt_attr_process_prepare_write()