Home
last modified time | relevance | path

Searched full:friendship (Results 1 – 9 of 9) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml206 Perform the Friendship establishment using low power, with
209 until it has successfully set up Friendship with a Friend
266 PollTimeout timer expires, then the friendship is considered
273 The initial value of the PollTimeout timer when Friendship
316 Number of Low Power Nodes the Friend can have a Friendship
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h346 * established Friendship the function will return an error.
352 /** @brief Register a callback for Friendship changes.
354 * Registers a callback that will be called whenever Friendship gets
357 * @param cb Function to call when the Friendship status changes.
H A Daccess.h274 cred:1, /**< Friendship Credentials Flag. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dnet.h148 BT_MESH_LPN_ESTABLISHED, /* Friendship established */
174 established:1, /* Friendship established */
344 /* Friendship Credential Management */
H A Dfriend.c31 /* We reserve one extra buffer for each friendship, since we need to be able
268 * Request message (the one that initiated the friendship) from the in bt_mesh_friend_clear()
589 BT_DBG("Friendship established with 0x%04x", frnd->lpn); in bt_mesh_friend_poll()
856 BT_WARN("Existing LPN re-requesting Friendship"); in bt_mesh_friend_req()
1030 BT_WARN("Friendship lost with 0x%04x", frnd->lpn); in friend_timeout()
1037 BT_WARN("Friendship not established with 0x%04x", frnd->lpn); in friend_timeout()
H A Dlpn.c241 * Friendship is created, in case lpn->groups doesn't get in clear_friendship()
954 BT_INFO("Friendship established with 0x%04x", lpn->frnd); in bt_mesh_lpn_friend_update()
H A Dshell.c612 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()
H A Dnet.c54 /* Determine how many friendship credentials we need */
H A Dtransport.c1404 * is if it's configured to use an automatic Friendship establishment in bt_mesh_trans_recv()