Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c1703 buf = bt_hci_cmd_create(BT_HCI_OP_LE_REMOVE_CIG, sizeof(*req)); in hci_le_remove_cig()
1714 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_REMOVE_CIG, buf, NULL); in hci_le_remove_cig()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2178 #define BT_HCI_OP_LE_REMOVE_CIG BT_OP(BT_OGF_LE, 0x0065) /* 0x2065 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4605 case BT_OCF(BT_HCI_OP_LE_REMOVE_CIG):