Home
last modified time | relevance | path

Searched defs:_mp_bluetooth_nimble_l2cap_channel_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c1431 typedef struct _mp_bluetooth_nimble_l2cap_channel_t { struct
1432 struct ble_l2cap_chan *chan;
1433 struct os_mbuf_pool sdu_mbuf_pool;
1434 struct os_mempool sdu_mempool;
1435 struct os_mbuf *rx_pending;
1436 bool irq_in_progress;
1437 bool mem_stalled;
1438 uint16_t mtu;
1439 os_membuf_t sdu_mem[];

Completed in 5 milliseconds