Home
last modified time | relevance | path

Searched refs:released (Results 1 – 14 of 14) sorted by relevance

/subsys/logging/backends/
A Dlog_backend_net.c235 int released; in check_net_init_done() local
237 released = zsock_close(ctx->sock); in check_net_init_done()
238 if (released < 0) { in check_net_init_done()
/subsys/bluetooth/audio/
A Dcap_stream.c155 if (ops != NULL && ops->released != NULL) { in cap_stream_released_cb()
156 ops->released(bap_stream); in cap_stream_released_cb()
270 .released = cap_stream_released_cb,
A Dascs.c325 if (ops != NULL && ops->released != NULL) { in ase_enter_state_idle()
326 ops->released(stream); in ase_enter_state_idle()
A Dbap_unicast_client.c821 if (ops != NULL && ops->released != NULL) { in unicast_client_ep_idle_state()
822 ops->released(stream); in unicast_client_ep_idle_state()
/subsys/bluetooth/host/classic/
A Da2dp.c488 (ep->stream != NULL && ep->stream->ops != NULL) ? ep->stream->ops->released : NULL; in a2dp_close_ind()
837 (ep->stream != NULL && ep->stream->ops != NULL) ? ep->stream->ops->released : NULL; in bt_a2dp_close_cb()
1006 if ((ops != NULL) && (ops->released != NULL)) { in a2dp_stream_l2cap_disconnected()
1007 ops->released(stream); in a2dp_stream_l2cap_disconnected()
A Dsdp.c2564 .released = sdp_client_released,
A Dl2cap_br.c2616 if (ops->released) { in bt_l2cap_br_chan_del()
2617 ops->released(chan); in bt_l2cap_br_chan_del()
/subsys/bluetooth/host/classic/shell/
A Da2dp.c595 .released = stream_released,
/subsys/net/lib/sockets/
A DKconfig297 the dispatcher context is released and can be reused.
/subsys/bluetooth/host/
A Dl2cap.c294 if (ops->released) { in bt_l2cap_chan_del()
295 ops->released(chan); in bt_l2cap_chan_del()
A Datt.c3401 .released = bt_att_released, in att_chan_new()
/subsys/bluetooth/controller/
A DKconfig315 of the received SDU across all the fragments before each is released.
A DKconfig.ll_sw_split639 Enforce strict sequencing of released payloads based on the TX SDU's
/subsys/bluetooth/audio/shell/
A Dbap.c3227 .released = stream_released_cb,

Completed in 84 milliseconds