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-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h272 #define BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP 0x04 macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c722 BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP),
860 BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP),
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c292 if (!(chr->properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in chr_disced()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1452 if (!(result[0].properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in bt_mesh_bta_gattc_cb()