Home
last modified time | relevance | path

Searched refs:BT_BUF_EVT (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c77 case BT_BUF_EVT: in bt_buf_get_rx()
154 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_cmd_complete()
159 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_evt()
171 case BT_BUF_EVT: in bt_recv()
A Dhci_ecc.c97 bt_buf_set_type(buf, BT_BUF_EVT); in send_cmd_status()
145 buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); in emulate_le_p256_public_key_cmd()
196 buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); in emulate_le_generate_dhkey()
A Dmonitor.h81 case BT_BUF_EVT: in bt_monitor_opcode()
A Dhci_api.c165 bt_buf_set_type(buf, BT_BUF_EVT); in bt_buf_get_cmd_complete()
172 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_cmd_complete()
1743 BT_ASSERT(bt_buf_get_type(buf) == BT_BUF_EVT); in bt_recv_prio()
A Dhci_core.c7131 case BT_BUF_EVT: in bt_recv()
7167 BT_ASSERT(bt_buf_get_type(buf) == BT_BUF_EVT); in bt_recv_prio()
7275 case BT_BUF_EVT: in hci_rx_thread()
9533 __ASSERT(type == BT_BUF_EVT || type == BT_BUF_ACL_IN, in bt_buf_get_rx()
9537 if (type == BT_BUF_EVT) { in bt_buf_get_rx()
9568 bt_buf_set_type(buf, BT_BUF_EVT); in bt_buf_get_cmd_complete()
9575 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_cmd_complete()
9590 bt_buf_set_type(buf, BT_BUF_EVT); in bt_buf_get_evt()
9607 bt_buf_set_type(buf, BT_BUF_EVT); in bt_buf_get_evt()
9614 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_evt()
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5_driver.c128 buf = bt_buf_get_rx(BT_BUF_EVT, 0); in hci_h5_event_recv()
141 bt_buf_set_type(buf, BT_BUF_EVT); in hci_h5_event_recv()
A Dh4_driver.c213 buf = bt_buf_get_rx(BT_BUF_EVT, 0); in hci_event_recv()
226 bt_buf_set_type(buf, BT_BUF_EVT); in hci_event_recv()
400 hci_h4.rx.buf = buf = bt_buf_get_rx(BT_BUF_EVT, 0); in read_payload()
438 bt_buf_set_type(buf, BT_BUF_EVT); in read_payload()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dbuf.h30 BT_BUF_EVT, enumerator
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/
A Dhci_driver.c143 return bt_buf_get_rx(BT_BUF_EVT, timeout); in get_rx()
204 bt_buf_set_type(buf, BT_BUF_EVT); in h4_receive()

Completed in 24 milliseconds