Searched refs:bt_buf_get_rx (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_raw.c | 72 struct net_buf *bt_buf_get_rx(enum bt_buf_type type, k_timeout_t timeout) in bt_buf_get_rx() function 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()
|
A D | hci_ecc.c | 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 | hci_api.c | 172 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_cmd_complete()
|
A D | hci_core.c | 9529 struct net_buf *bt_buf_get_rx(enum bt_buf_type type, k_timeout_t timeout) in bt_buf_get_rx() function 9575 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_cmd_complete() 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() 178 buf = bt_buf_get_rx(BT_BUF_ACL_IN, 0); in hci_h5_acl_recv()
|
A D | h4_driver.c | 213 buf = bt_buf_get_rx(BT_BUF_EVT, 0); in hci_event_recv() 276 buf = bt_buf_get_rx(BT_BUF_ACL_IN, 0); in hci_acl_recv() 395 hci_h4.rx.buf = buf = bt_buf_get_rx(BT_BUF_ACL_IN, 0); in read_payload() 400 hci_h4.rx.buf = buf = bt_buf_get_rx(BT_BUF_EVT, 0); in read_payload()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | buf.h | 64 struct net_buf *bt_buf_get_rx(enum bt_buf_type type, k_timeout_t timeout);
|
/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()
|
Completed in 24 milliseconds