![]() |
nRF Connect SDK API 3.4.99
|
| int dect_net_l2_child_association_created | ( | struct net_if * | iface, |
| uint32_t | target_long_rd_id ) |
#include <include/net/dect/dect_net_l2.h>
Inform L2 that association with a child has been created. FT device.
| iface | Network interface. |
| target_long_rd_id | Long Radio Device ID of the child. |
| 0 | on success, including when an entry for target_long_rd_id already existed. |
| -ENOSPC | if the L2 association table is full. The caller must release the association, otherwise the child stays associated at MAC level with no L2 route to it and nothing will reconcile the two. |