Home
last modified time | relevance | path

Searched refs:BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h272 #define BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP 0x04 macro
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c725 BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP),
863 BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP),
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c267 if (!(chr->properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in chr_disced()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1423 if (!(result[0].properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in bt_mesh_bta_gattc_cb()