Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dl2cap.c908 if (ch->_sdu) { in l2cap_chan_destroy()
909 net_buf_unref(ch->_sdu); in l2cap_chan_destroy()
910 ch->_sdu = NULL; in l2cap_chan_destroy()
1949 if (ch->_sdu) { in l2cap_chan_shutdown()
1950 net_buf_unref(ch->_sdu); in l2cap_chan_shutdown()
1951 ch->_sdu = NULL; in l2cap_chan_shutdown()
2100 len = net_buf_frags_len(chan->_sdu); in l2cap_chan_le_recv_seg()
2138 buf = chan->_sdu; in l2cap_chan_le_recv_seg()
2139 chan->_sdu = NULL; in l2cap_chan_le_recv_seg()
2158 if (chan->_sdu) { in l2cap_chan_le_recv()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dl2cap.h143 struct net_buf *_sdu; member

Completed in 7 milliseconds