/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 158 bt_l2cap_chan_destroy_t destroy; member 165 .destroy = _destroy, \ 176 bt_l2cap_chan_destroy_t destroy);
|
D | l2cap.c | 258 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()
|
D | gatt.c | 2571 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/ |
D | hts.c | 127 ind_params.destroy = indicate_destroy; in hts_indicate()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_3_2.c | 175 ind_params.destroy = NULL; in service_b_3_2_value_v6_indicate()
|
D | service_b_3_3.c | 173 ind_params.destroy = NULL; in service_b_3_3_value_v6_indicate()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 192 bt_l2cap_chan_destroy_t destroy);
|
D | l2cap_br.c | 231 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/ |
D | l2cap.h | 184 bt_l2cap_chan_destroy_t destroy; member
|
D | gatt.h | 1429 bt_gatt_indicate_params_destroy_t destroy; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | dut.c | 147 params->destroy = params_struct_freed_cb; in send_indication()
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 209 _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/ |
D | main.c | 467 ind_params.destroy = indicate_destroy; in main()
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 490 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/ |
D | tippy-bundle.umd.min.js | 6 …destroy:function(){if(Y.state.isDestroyed)return;Y.clearDelayTimeouts(),Y.unmount(),bt(),delete e.… function
|
D | popper.min.js | 7 …unction(e){Promise.resolve().then((function(){s=void 0,e(i())}))}))),s}),destroy:function(){l(),p=…
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 448 .destroy = NULL,
|
D | Kconfig.fatfs | 46 destroy your disk, if mount attempt fails. In case when your
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1106 void (*const destroy)(struct net_buf *buf); member 1128 .destroy = _destroy, \
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 115 applications that want to destroy a multi heap should simply ensure
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has.c | 779 client->params.ind.destroy = NULL; in control_point_send()
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 499 destory||destroy
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 41 * k_mem_domain_destroy() - to destroy a memory domain
|
D | release-notes-2.5.rst | 1135 * :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/ |
D | btp_gatt.c | 871 indicate_params.destroy = NULL; in alloc_value()
|