Home
last modified time | relevance | path

Searched refs:deallocated (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1519 bool deallocated; in bt_conn_unref() local
1536 deallocated = (atomic_get(&old) == 1); in bt_conn_unref()
1545 if (deallocated) { in bt_conn_unref()
1551 conn_role == BT_CONN_ROLE_PERIPHERAL && deallocated) { in bt_conn_unref()
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst700 new owner after being deallocated in :c:func:`zsock_close`.