Home
last modified time | relevance | path

Searched refs:BT_MESH_KEY_ANY (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_cli.c309 if (net_idx == BT_MESH_KEY_ANY) { in bt_mesh_proxy_connect()
339 if (net_idx != BT_MESH_KEY_ANY) { in bt_mesh_proxy_disconnect()
Dmain.c369 bt_mesh_net_loopback_clear(BT_MESH_KEY_ANY); in bt_mesh_reset()
454 bt_mesh_proxy_disconnect(BT_MESH_KEY_ANY); in bt_mesh_suspend()
Dnet.c357 bt_mesh_friend_sec_update(BT_MESH_KEY_ANY); in bt_mesh_net_iv_update()
611 if (net_idx == BT_MESH_KEY_ANY || net_idx == buf->sub->net_idx) { in bt_mesh_net_loopback_clear()
Dfriend.c120 if (net_idx != BT_MESH_KEY_ANY && in bt_mesh_friend_find()
242 if (net_idx == BT_MESH_KEY_ANY || in bt_mesh_friend_sec_update()
1780 frnd = bt_mesh_friend_find(BT_MESH_KEY_ANY, lpn_addr, false, false); in bt_mesh_friend_terminate()
Dapp_keys.c453 if (net_idx != BT_MESH_KEY_ANY && app->net_idx != net_idx) { in bt_mesh_app_keys_get()
Dcfg_srv.c2143 frnd = bt_mesh_friend_find(BT_MESH_KEY_ANY, lpn_addr, true, true); in lpn_timeout_get()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h68 #define BT_MESH_KEY_ANY 0xffff /**< Any key index */ macro