Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/bluetooth/mesh/
Daccess.h47 #define BT_MESH_KEY_DEV_LOCAL BT_MESH_KEY_DEV macro
56 #define BT_MESH_IS_DEV_KEY(key) (key == BT_MESH_KEY_DEV_LOCAL || \
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dapp_keys.c538 return BT_MESH_KEY_DEV_LOCAL; in bt_mesh_app_key_find()
Dcfg_srv.c2526 model->keys[0] = BT_MESH_KEY_DEV_LOCAL; in cfg_srv_init()