Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c1594 static int hci_le_remove_iso_data_path(struct bt_conn *iso, uint8_t dir) in hci_le_remove_iso_data_path() function
1654 (void)hci_le_remove_iso_data_path(iso, dir); 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()
1662 (void)hci_le_remove_iso_data_path(iso, BIT(BT_HCI_DATAPATH_DIR_CTLR_TO_HOST)); in bt_iso_remove_data_path()