/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | net.h | 124 /* Friend Clear Procedure */ 127 u16_t frnd; /* Previous Friend's address */ 145 BT_MESH_LPN_ENABLED, /* LPN enabled, but no Friend */ 147 BT_MESH_LPN_WAIT_OFFER, /* Friend Req sent */ 158 /* Address of our Friend when we're a LPN. Unassigned if we don't 159 * have a friend yet. 163 /* Value from the friend offer */ 170 u8_t groups_changed:1, /* Friend Subscription List needs updating */ 173 fsn:1, /* Friend Sequence Number */ 175 clear_success:1; /* Friend Clear Confirm received */ [all …]
|
H A D | lpn.c | 158 BT_ERR("Sending Friend Request failed (err %d)", err); in friend_clear_sent() 260 BT_ERR("Sending Friend Request failed (err %d)", err); in friend_req_sent() 472 BT_DBG("Requesting more messages from Friend"); in bt_mesh_lpn_msg_received() 488 BT_WARN("Too short Friend Offer"); in bt_mesh_lpn_friend_offer() 493 BT_WARN("Ignoring unexpected Friend Offer"); in bt_mesh_lpn_friend_offer() 545 BT_WARN("Too short Friend Clear Confirm"); in bt_mesh_lpn_friend_clear_cfm() 550 BT_WARN("Ignoring unexpected Friend Clear Confirm"); in bt_mesh_lpn_friend_clear_cfm() 560 BT_WARN("Invalid parameters in Friend Clear Confirm"); in bt_mesh_lpn_friend_clear_cfm() 588 BT_WARN("Friend Subscription List exceeded!"); in lpn_group_add() 669 BT_WARN("Friend Queue Size exceeded"); in sub_update() [all …]
|
H A D | friend.c | 29 #include "friend.h" 47 /* PDUs from Friend to the LPN should only be transmitted once with the 80 /* Find the Friend context with the most queued buffers */ in discard_buffer() 251 BT_WARN("Too short Friend Clear"); in bt_mesh_friend_clear() 266 /* A Friend Clear message is considered valid if the result of the in bt_mesh_friend_clear() 267 * subtraction of the value of the LPNCounter field of the Friend in bt_mesh_friend_clear() 269 * value of the LPNCounter field of the Friend Clear message, modulo in bt_mesh_friend_clear() 302 BT_WARN("No space in friend subscription list"); in friend_sub_add() 331 /* Friend Offer needs master security credentials */ in create_friend_pdu() 475 BT_WARN("Too short Friend Subscription Add"); in bt_mesh_friend_sub_add() [all …]
|
H A D | transport.c | 24 #include "friend.h" 134 /* PDUs for a specific Friend should only go in send_unseg() 135 * out through the Friend Queue. in send_unseg() 389 /* PDUs for a specific Friend should only go in send_seg() 390 * out through the Friend Queue. in send_seg() 592 BT_DBG("Ignoring PDU for LPN 0x%04x of this Friend", in sdu_recv() 688 * acknowledgement, assume it's a Friend that's in seg_tx_lookup() 719 BT_DBG("Ack for LPN 0x%04x of this Friend", rx->ctx.recv_dst); in trans_ack() 848 BT_WARN("Message from friend with wrong credentials"); in ctl_recv() 889 /* SDUs must match a local element or an LPN of this Friend. */ in trans_unseg() [all …]
|
H A D | net.c | 25 #include "friend.h" 244 BT_DBG("Friend NID 0x%02x EncKey %s", cred->cred[idx].nid, in friend_cred_set() 246 BT_DBG("Friend PrivacyKey %s", bt_hex(cred->cred[idx].privacy, 16)); in friend_cred_set() 307 BT_WARN("No free friend credential slots"); in friend_cred_create() 399 #endif /* FRIEND || LOW_POWER */ 604 /* Used for sending immediate beacons to Friend queues and GATT clients */ 1191 /* Update NID if RX or RX was with friend credentials */ in bt_mesh_net_relay()
|
H A D | adv.h | 46 /* Address, used e.g. for Friend Queue messages */
|
H A D | testing.c | 147 console_printf("Friend cred: %d\n", i); in bt_test_print_credentials()
|
H A D | mesh.c | 24 #include "friend.h"
|
H A D | shell.c | 603 printk("Friend Poll failed (err %d)\n", err); in cmd_poll() 612 printk("Friendship (as LPN) established to Friend 0x%04x\n", in lpn_cb() 615 printk("Friendship (as LPN) lost with Friend 0x%04x\n", in lpn_cb() 1075 printk("Unable to send Friend Get/Set (err %d)\n", err); in cmd_friend() 1079 printk("Friend is set to 0x%02x\n", frnd); in cmd_friend() 2437 { "friend", cmd_friend, &cmd_friend_help },
|
H A D | cfg_srv.c | 29 #include "friend.h" 2749 BT_ERR("Unable to send Friend Status"); in send_friend_status() 2777 BT_WARN("Invalid Friend value 0x%02x", buf->om_data[0]); in friend_set() 2786 BT_DBG("Friend 0x%02x -> 0x%02x", cfg->frnd, buf->om_data[0]); in friend_set()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 209 until it has successfully set up Friendship with a Friend 216 looking for Friend nodes. If this option is disabled LPN mode 224 will wait before starting to look for Friend nodes. 229 Time in seconds between Friend Requests, if a previous Friend 230 Request did not receive any acceptable Friend Offers. 235 The contribution of the RSSI measured by the Friend node used 236 in Friend Offer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5. 242 Friend Offer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5. 249 the Friend node can store in its Friend Queue. As an example, 257 allows the Friend node time to prepare the response. The value [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 36 node supporting the Friend feature 37 - Friend - the ability to help a node supporting the Low Power feature to operate by storing messa…
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 343 /** @brief Send out a Friend Poll message. 345 * Send a Friend Poll message to the Friend of this node. If there is no
|
H A D | cfg_srv.h | 29 u8_t frnd; /* Friend state */
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/ |
H A D | Makefile.mesh | 29 $(NIMBLE_ROOT)/nimble/host/mesh/src/friend.c \
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.h | 1087 friend class SensorManager;
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | Doxyfile | 408 # friend (class|struct|union) declarations.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | lwip.Doxyfile | 499 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
H A D | lwip.Doxyfile.cmake.in | 499 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | lwip.Doxyfile | 490 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | doxygen.xml | 498 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|