Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c2803 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CREATE_BIG, sizeof(*req)); in hci_le_create_big()
2839 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_CREATE_BIG, buf, NULL); in hci_le_create_big()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2204 #define BT_HCI_OP_LE_CREATE_BIG BT_OP(BT_OGF_LE, 0x0068) /* 0x2068 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4542 case BT_OCF(BT_HCI_OP_LE_CREATE_BIG):