Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c1437 buf = bt_hci_cmd_create(BT_HCI_OP_LE_REJECT_CIS, sizeof(*cp)); in hci_le_reject_cis()
1446 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_REJECT_CIS, buf, NULL); in hci_le_reject_cis()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2193 #define BT_HCI_OP_LE_REJECT_CIS BT_OP(BT_OGF_LE, 0x0067) /* 0x2067 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4626 case BT_OCF(BT_HCI_OP_LE_REJECT_CIS):