Home
last modified time | relevance | path

Searched refs:discardable (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5_driver.c94 uint8_t discardable = 0; in hci_h5_event_recv() local
115 discardable = 1; in hci_h5_event_recv()
131 if (!buf && discardable) { in hci_h5_event_recv()
A Dh4_driver.c60 uint8_t discardable; member
175 uint8_t discardable = 0; in hci_event_recv() local
200 discardable = 1; in hci_event_recv()
216 if (!buf && discardable) { in hci_event_recv()
312 hci_h4.rx.discardable = false; in reset_rx()
405 if (hci_h4.rx.discardable) { in read_payload()
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/
A Dhci_driver.c66 bool discardable; member
92 rx.discardable = false; in reset_rx()
110 rx.discardable = true; in get_evt_hdr()
182 if (rx.discardable) { in h4_receive()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dbuf.h104 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout);
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c157 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt() argument
A Dhci_core.c9579 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt() argument
9601 if (discardable) { in bt_buf_get_evt()

Completed in 19 milliseconds