Searched refs:friend (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_friendship.c | 1168 TEST_CASE(friend, est, "Friend: establish friendship"), 1169 TEST_CASE(friend, est_multi, "Friend: establish multiple friendships"), 1170 TEST_CASE(friend, msg, "Friend: message exchange"), 1171 TEST_CASE(friend, overflow, "Friend: message queue overflow"), 1172 TEST_CASE(friend, group, "Friend: send to group addrs"), 1173 TEST_CASE(friend, no_est, "Friend: do not establish friendship"), 1174 TEST_CASE(friend, va_collision, "Friend: send to virtual addrs with collision"),
|
D | friendship_common.c | 74 BT_MESH_FRIEND_CB_DEFINE(friend) = {
|
D | test_persistence.c | 201 uint8_t friend; member 220 .friend = 1, 236 .friend = 0, 928 current_stack_cfg->friend, &status); in test_cfg_save() 929 if (err || status != current_stack_cfg->friend) { in test_cfg_save() 1017 if (err || status != current_stack_cfg->friend) { in test_cfg_load()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 34 zephyr_library_sources_ifdef(CONFIG_BT_MESH_FRIEND friend.c)
|
D | friend.c | 1343 BT_MESH_SUBNET_CB_DEFINE(friend) = {
|
D | Kconfig | 1645 int "Minimum size of acceptable friend queue (MinQueueSizeLog)"
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 187 friend class TSSLSocketFactory;
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 1877 SHELL_CMD_ARG(friend, NULL, "[Val(off, on)]", cmd_friend, 1, 1),
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 217 start polling for friend nodes. 224 Perform a poll to the friend node, to receive any pending messages. Only available when LPN 574 ``mesh models cfg friend [Val(off, on)]``
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 532 …hub:`5122` - [Coverity CID: 179980] Integer handling issues in /subsys/bluetooth/host/mesh/friend.c
|
D | release-notes-2.6.rst | 294 * Ensured to encrypt initial friend poll with friend credentials.
|
D | release-notes-2.0.rst | 583 * :github:`18521` - BLE: Mesh: when friend send msg to LPN
|
D | release-notes-2.5.rst | 1317 * :github:`30240` - Bluetooth: Mesh: PTS Test failed in friend node
|
D | release-notes-2.7.rst | 1413 * :github:`37519` - friend.c:unseg_app_sdu_decrypt causes assert: net_buf_simple_tailfroom(buf) >= …
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 607 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all friend
|