Home
last modified time | relevance | path

Searched refs:BLE_MESH_GATT_PERM_READ_ENCRYPT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h181 BLE_MESH_GATT_PERM_READ_ENCRYPT = BIT(2), enumerator
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c919 if ((perm & BLE_MESH_GATT_PERM_READ_ENCRYPT) == BLE_MESH_GATT_PERM_READ_ENCRYPT) { in bt_mesh_perm_to_bta_perm()