Home
last modified time | relevance | path

Searched refs:BT_HCI_DATAPATH_DIR_CTLR_TO_HOST (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ull/
Dull_iso_vendor.c64 (data_path_dir == BT_HCI_DATAPATH_DIR_CTLR_TO_HOST)) { in ll_configure_data_path()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c270 (path_dir == BT_HCI_DATAPATH_DIR_CTLR_TO_HOST && cis->hdr.datapath_out)) { in ll_setup_iso_path()
283 if (path_dir == BT_HCI_DATAPATH_DIR_CTLR_TO_HOST) { in ll_setup_iso_path()
407 } else if ((path_dir == BT_HCI_DATAPATH_DIR_CTLR_TO_HOST) && in ll_setup_iso_path()
569 if (path_dir & BIT(BT_HCI_DATAPATH_DIR_CTLR_TO_HOST)) { in ll_remove_iso_path()
616 if (!(path_dir & BIT(BT_HCI_DATAPATH_DIR_CTLR_TO_HOST))) { in ll_remove_iso_path()
931 dp->path_dir = BT_HCI_DATAPATH_DIR_CTLR_TO_HOST; in ll_iso_receive_test()
Dull_conn_iso.c1255 BIT(BT_HCI_DATAPATH_DIR_CTLR_TO_HOST)); in cis_disabled_cb()
/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c144 #define READ_CAPABS_DIRECTION BT_HCI_DATAPATH_DIR_CTLR_TO_HOST
/Zephyr-latest/subsys/bluetooth/host/
Diso.c200 __ASSERT(dir == BT_HCI_DATAPATH_DIR_HOST_TO_CTLR || dir == BT_HCI_DATAPATH_DIR_CTLR_TO_HOST, in hci_le_setup_iso_data_path()
309 dir = BT_HCI_DATAPATH_DIR_CTLR_TO_HOST; in bt_iso_setup_data_path()
330 dir = BT_HCI_DATAPATH_DIR_CTLR_TO_HOST; in bt_iso_setup_data_path()
1651 dir = BIT(BT_HCI_DATAPATH_DIR_CTLR_TO_HOST); in bt_iso_remove_data_path()
1662 (void)hci_le_remove_iso_data_path(iso, BIT(BT_HCI_DATAPATH_DIR_CTLR_TO_HOST)); in bt_iso_remove_data_path()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c1052 err = bt_configure_data_path(BT_HCI_DATAPATH_DIR_CTLR_TO_HOST, in test_iso_recv_vs_dp_main()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h900 #define BT_HCI_DATAPATH_DIR_CTLR_TO_HOST 0x01 macro