Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c1007 buf = bt_hci_cmd_create(BT_HCI_OP_LE_READ_ISO_TX_SYNC, sizeof(*cp)); in bt_iso_chan_get_tx_sync()
1015 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_READ_ISO_TX_SYNC, buf, &rsp); in bt_iso_chan_get_tx_sync()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2073 #define BT_HCI_OP_LE_READ_ISO_TX_SYNC BT_OP(BT_OGF_LE, 0x0061) /* 0x2061 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4654 case BT_OCF(BT_HCI_OP_LE_READ_ISO_TX_SYNC):