Home
last modified time | relevance | path

Searched refs:BT_HCI_DATAPATH_DIR_HOST_TO_CTLR (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c217 #define READ_DELAY_DIRECTION BT_HCI_DATAPATH_DIR_HOST_TO_CTLR
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c269 if ((path_dir == BT_HCI_DATAPATH_DIR_HOST_TO_CTLR && cis->hdr.datapath_in) || in ll_setup_iso_path()
473 } else if ((path_dir == BT_HCI_DATAPATH_DIR_HOST_TO_CTLR) && in ll_setup_iso_path()
556 if (path_dir & BIT(BT_HCI_DATAPATH_DIR_HOST_TO_CTLR)) { in ll_remove_iso_path()
589 if (!(path_dir & BIT(BT_HCI_DATAPATH_DIR_HOST_TO_CTLR))) { in ll_remove_iso_path()
1266 dp->path_dir = BT_HCI_DATAPATH_DIR_HOST_TO_CTLR; in ll_iso_transmit_test()
Dull_conn_iso.c1253 BIT(BT_HCI_DATAPATH_DIR_HOST_TO_CTLR)); in cis_disabled_cb()
Dull_adv_iso.c725 BIT(BT_HCI_DATAPATH_DIR_HOST_TO_CTLR)); in ll_big_terminate()
/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()
300 dir = BT_HCI_DATAPATH_DIR_HOST_TO_CTLR; in bt_iso_setup_data_path()
320 dir = BT_HCI_DATAPATH_DIR_HOST_TO_CTLR; in bt_iso_setup_data_path()
1649 dir = BIT(BT_HCI_DATAPATH_DIR_HOST_TO_CTLR); in bt_iso_remove_data_path()
1661 (void)hci_le_remove_iso_data_path(iso, BIT(BT_HCI_DATAPATH_DIR_HOST_TO_CTLR)); in bt_iso_remove_data_path()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h899 #define BT_HCI_DATAPATH_DIR_HOST_TO_CTLR 0x00 macro