Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c1726 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_CIG_PARAMS, in hci_le_set_cig_params()
1797 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_CIG_PARAMS, buf, &rsp); in hci_le_set_cig_params()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2101 #define BT_HCI_OP_LE_SET_CIG_PARAMS BT_OP(BT_OGF_LE, 0x0062) /* 0x2062 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4596 case BT_OCF(BT_HCI_OP_LE_SET_CIG_PARAMS):