Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c209 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SETUP_ISO_PATH, sizeof(*cp) + path->cc_len); in hci_le_setup_iso_data_path()
227 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SETUP_ISO_PATH, buf, &rsp); in hci_le_setup_iso_data_path()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2273 #define BT_HCI_OP_LE_SETUP_ISO_PATH BT_OP(BT_OGF_LE, 0x006e) /* 0x206e */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4639 case BT_OCF(BT_HCI_OP_LE_SETUP_ISO_PATH):