Home
last modified time | relevance | path

Searched refs:BLE_MESH_GATT_CCC_NOTIFY (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h142 #define BLE_MESH_GATT_CCC_NOTIFY 0x0001 macro
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c690 if (*value != BLE_MESH_GATT_CCC_NOTIFY) { in prov_ccc_write()
828 if (value != BLE_MESH_GATT_CCC_NOTIFY) { in proxy_ccc_write()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1379 uint16_t notify_en = BLE_MESH_GATT_CCC_NOTIFY; in bt_mesh_bta_gattc_cb()