Home
last modified time | relevance | path

Searched refs:closure (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h339 struct closure { struct
345 BUILD_ASSERT(sizeof(struct closure) <= CONFIG_BT_CONN_TX_USER_DATA_SIZE); argument
350 ((struct closure *)storage)->cb = cb; in make_closure()
351 ((struct closure *)storage)->data = data; in make_closure()
356 return ((struct closure *)storage)->cb; in closure_cb()
361 return ((struct closure *)storage)->data; in closure_data()
Dl2cap.c737 if (pdu->user_data_size < sizeof(struct closure)) { in bt_l2cap_send_pdu()
3200 size_t ud_len = sizeof(struct closure); in user_data_not_empty()
DKconfig314 callbacks around. See `struct closure` in conn_internal.h.
/Zephyr-latest/doc/build/dts/api/
Dapi.rst138 devicetree nodes, which is defined as the `transitive closure
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst189 They are items that we need to execute and drive to closure.
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst325 * ``ZEP-2423`` - samples/bluetooth/ipsp's builtin TCP echo crashes on TCP closure
Drelease-notes-3.7.rst2008 * Added ``LV_MEM_CUSTOM_FREE`` call on file closure.
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c315 if (buf->user_data_size < sizeof(struct closure)) { in bt_l2cap_br_send_cb()