Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c1460 buf = bt_hci_cmd_create(BT_HCI_OP_LE_ACCEPT_CIS, sizeof(*cp)); in hci_le_accept_cis()
1468 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_ACCEPT_CIS, buf, NULL); in hci_le_accept_cis()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2188 #define BT_HCI_OP_LE_ACCEPT_CIS BT_OP(BT_OGF_LE, 0x0066) /* 0x2066 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4623 case BT_OCF(BT_HCI_OP_LE_ACCEPT_CIS):