Home
last modified time | relevance | path

Searched refs:bt_mesh_friend (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c27 LOG_MODULE_REGISTER(bt_mesh_friend);
88 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()
102 struct bt_mesh_friend *bt_mesh_friend_find(uint16_t net_idx, uint16_t lpn_addr, in bt_mesh_friend_find()
110 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_find()
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()
227 static void enqueue_update(struct bt_mesh_friend *frnd, uint8_t md);
[all …]
Dfriend.h15 struct bt_mesh_friend *bt_mesh_friend_find(uint16_t net_idx, uint16_t lpn_addr,
Dnet.h58 struct bt_mesh_friend { struct
219 struct bt_mesh_friend frnd[CONFIG_BT_MESH_FRIEND_LPN_COUNT];
Dsubnet.c920 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_net_cred_find()
Dcfg_srv.c2121 struct bt_mesh_friend *frnd; in lpn_timeout_get()