Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h158 bt_l2cap_chan_destroy_t destroy; member
165 .destroy = _destroy, \
176 bt_l2cap_chan_destroy_t destroy);
Dl2cap.c258 goto destroy; in bt_l2cap_chan_del()
278 destroy: in bt_l2cap_chan_del()
284 if (chan->destroy) { in bt_l2cap_chan_del()
285 chan->destroy(chan); in bt_l2cap_chan_del()
327 bt_l2cap_chan_destroy_t destroy) in bt_l2cap_chan_add() argument
332 chan->destroy = destroy; in bt_l2cap_chan_add()
355 bt_l2cap_chan_destroy_t destroy) in l2cap_chan_add() argument
373 bt_l2cap_chan_add(conn, chan, destroy); in l2cap_chan_add()
419 if (!l2cap_chan_add(conn, chan, fchan->destroy)) { in bt_l2cap_connected()
Dgatt.c2571 if (params->destroy && (params->_ref == 0)) { in gatt_indicate_rsp()
2572 params->destroy(params); in gatt_indicate_rsp()
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dhts.c127 ind_params.destroy = indicate_destroy; in hts_indicate()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_3_2.c175 ind_params.destroy = NULL; in service_b_3_2_value_v6_indicate()
Dservice_b_3_3.c173 ind_params.destroy = NULL; in service_b_3_3_value_v6_indicate()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h192 bt_l2cap_chan_destroy_t destroy);
Dl2cap_br.c231 bt_l2cap_chan_destroy_t destroy) in l2cap_br_chan_add() argument
249 bt_l2cap_chan_add(conn, chan, destroy); in l2cap_br_chan_add()
951 goto destroy; in bt_l2cap_br_chan_del()
969 destroy: in bt_l2cap_br_chan_del()
975 if (chan->destroy) { in bt_l2cap_br_chan_del()
976 chan->destroy(chan); in bt_l2cap_br_chan_del()
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h184 bt_l2cap_chan_destroy_t destroy; member
Dgatt.h1429 bt_gatt_indicate_params_destroy_t destroy; member
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Ddut.c147 params->destroy = params_struct_freed_cb; in send_indication()
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py209 _root.destroy()
1193 dialog.destroy()
1198 dialog.destroy()
1695 _root.destroy()
1782 dialog.destroy()
1842 dialog.bind("<Escape>", lambda _: dialog.destroy())
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c467 ind_params.destroy = indicate_destroy; in main()
/Zephyr-latest/lib/net_buf/
Dbuf.c490 if (pool->destroy) { in net_buf_unref_debug()
491 pool->destroy(buf); in net_buf_unref_debug()
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6destroy:function(){if(Y.state.isDestroyed)return;Y.clearDelayTimeouts(),Y.unmount(),bt(),delete e.… function
Dpopper.min.js7 …unction(e){Promise.resolve().then((function(){s=void 0,e(i())}))}))),s}),destroy:function(){l(),p=…
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c448 .destroy = NULL,
DKconfig.fatfs46 destroy your disk, if mount attempt fails. In case when your
/Zephyr-latest/include/zephyr/
Dnet_buf.h1106 void (*const destroy)(struct net_buf *buf); member
1128 .destroy = _destroy, \
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst115 applications that want to destroy a multi heap should simply ensure
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c779 client->params.ind.destroy = NULL; in control_point_send()
/Zephyr-latest/scripts/
Dspelling.txt499 destory||destroy
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst41 * k_mem_domain_destroy() - to destroy a memory domain
Drelease-notes-2.5.rst1135 * :github:`31358` - ``west build`` might destroy your repository, as it is defaulting doing pristi…
1548 * :github:`29220` - ARC: tickless idle exit code destroy exception status
1571 * :github:`29098` - ATT timeout worker not canceled by destroy, and may operate on disposed object
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c871 indicate_params.destroy = NULL; in alloc_value()

12