Home
last modified time | relevance | path

Searched defs:frnd (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c88 static bool friend_is_allocated(const struct bt_mesh_friend *frnd) in friend_is_allocated()
93 static bool is_lpn_unicast(struct bt_mesh_friend *frnd, uint16_t addr) in is_lpn_unicast()
110 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_find() local
133 static int friend_cred_create(struct bt_mesh_friend *frnd, uint8_t idx) in friend_cred_create()
155 static int32_t recv_delay(struct bt_mesh_friend *frnd) in recv_delay()
164 static void friend_clear(struct bt_mesh_friend *frnd) in friend_clear()
217 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friends_clear() local
236 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_sec_update() local
252 struct bt_mesh_friend *frnd; in bt_mesh_friend_clear() local
302 static void friend_sub_add(struct bt_mesh_friend *frnd, uint16_t addr) in friend_sub_add()
[all …]
Dnet.h97 uint16_t frnd; /* Previous Friend's address */ member
131 uint16_t frnd; member
219 struct bt_mesh_friend frnd[CONFIG_BT_MESH_FRIEND_LPN_COUNT]; member
Dcfg.c32 uint8_t frnd; member
Dlpn.c238 uint16_t frnd = lpn->frnd; in clear_friendship() local
Dsubnet.c920 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_net_cred_find() local
Dcfg_srv.c2121 struct bt_mesh_friend *frnd; in lpn_timeout_get() local
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c362 uint8_t frnd; in cmd_friend() local