Searched refs:bt_mesh_friend (Results 1 – 4 of 4) sorted by relevance
67 static void enqueue_update(struct bt_mesh_friend *frnd, uint8_t md);90 static bool is_lpn_unicast(struct bt_mesh_friend *frnd, uint16_t addr) in is_lpn_unicast()99 struct bt_mesh_friend *bt_mesh_friend_find(uint16_t net_idx, uint16_t lpn_addr, in bt_mesh_friend_find()107 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_find()148 static int32_t recv_delay(struct bt_mesh_friend *frnd) in recv_delay()157 static void friend_clear(struct bt_mesh_friend *frnd, uint8_t reason) in friend_clear()211 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_clear_net_idx()230 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_sec_update()261 struct bt_mesh_friend *frnd = NULL; in bt_mesh_friend_clear()312 static void friend_sub_add(struct bt_mesh_friend *frnd, uint16_t addr) in friend_sub_add()[all …]
26 struct bt_mesh_friend *bt_mesh_friend_find(uint16_t net_idx, uint16_t lpn_addr,
92 struct bt_mesh_friend { struct244 struct bt_mesh_friend frnd[CONFIG_BLE_MESH_FRIEND_LPN_COUNT];
2827 struct bt_mesh_friend *frnd = NULL; in lpn_timeout_get()