Searched refs:BT_BUF_EVT (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_raw.c | 77 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 D | hci_ecc.c | 97 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 D | monitor.h | 81 case BT_BUF_EVT: in bt_monitor_opcode()
|
A D | hci_api.c | 165 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 D | hci_core.c | 7131 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 D | h5_driver.c | 128 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 D | h4_driver.c | 213 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 D | buf.h | 30 BT_BUF_EVT, enumerator
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 143 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