Searched refs:path_dir (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 214 uint8_t ll_setup_iso_path(uint16_t handle, uint8_t path_dir, uint8_t path_id, in ll_setup_iso_path() argument 269 if ((path_dir == BT_HCI_DATAPATH_DIR_HOST_TO_CTLR && cis->hdr.datapath_in) || in ll_setup_iso_path() 270 (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() 377 !ll_data_path_configured(path_dir, path_id))) { in ll_setup_iso_path() 397 dp->path_dir = path_dir; in ll_setup_iso_path() 407 } else if ((path_dir == BT_HCI_DATAPATH_DIR_CTLR_TO_HOST) && in ll_setup_iso_path() 473 } else if ((path_dir == BT_HCI_DATAPATH_DIR_HOST_TO_CTLR) && in ll_setup_iso_path() 539 uint8_t ll_remove_iso_path(uint16_t handle, uint8_t path_dir) in ll_remove_iso_path() argument 556 if (path_dir & BIT(BT_HCI_DATAPATH_DIR_HOST_TO_CTLR)) { in ll_remove_iso_path() [all …]
|
D | ull_iso_types.h | 102 uint8_t path_dir; member
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 190 uint8_t ll_setup_iso_path(uint16_t handle, uint8_t path_dir, uint8_t path_id, 194 uint8_t ll_remove_iso_path(uint16_t handle, uint8_t path_dir);
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2276 uint8_t path_dir; member 2292 uint8_t path_dir; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 216 cp->path_dir = dir; in hci_le_setup_iso_data_path() 1608 cp->path_dir = dir; in hci_le_remove_iso_data_path()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 2362 status = ll_setup_iso_path(handle, cmd->path_dir, cmd->path_id, in le_setup_iso_path() 2381 status = ll_remove_iso_path(handle, cmd->path_dir); in le_remove_iso_path()
|