Home
last modified time | relevance | path

Searched refs:BT_HCI_DATAPATH_ID_HCI (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c477 if (dp && dp->path_id == BT_HCI_DATAPATH_ID_HCI) { in encode_node()
508 (stream->dp->path_id == BT_HCI_DATAPATH_ID_HCI)) { in encode_node()
Dhci.c6064 if (!dp_in || dp_in->path_id != BT_HCI_DATAPATH_ID_HCI) {
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c412 if (path_id == BT_HCI_DATAPATH_ID_HCI) { in ll_setup_iso_path()
932 dp->path_id = BT_HCI_DATAPATH_ID_HCI; in ll_iso_receive_test()
1267 dp->path_id = BT_HCI_DATAPATH_ID_HCI; in ll_iso_transmit_test()
1677 if (dp && dp->path_id != BT_HCI_DATAPATH_ID_HCI) { in iso_rx_demux()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c75 .pid = BT_HCI_DATAPATH_ID_HCI
911 iso_path_rx.pid = BT_HCI_DATAPATH_ID_HCI; in test_iso_recv_main()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h903 #define BT_HCI_DATAPATH_ID_HCI 0x00 macro