Home
last modified time | relevance | path

Searched refs:bt_buf_get_rx (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c72 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 Dhci_ecc.c145 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 Dhci_api.c172 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_cmd_complete()
A Dhci_core.c9529 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 Dh5_driver.c128 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 Dh4_driver.c213 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 Dbuf.h64 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 Dhci_driver.c143 return bt_buf_get_rx(BT_BUF_EVT, timeout); in get_rx()

Completed in 24 milliseconds