Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c3410 buf = bt_hci_cmd_create(BT_HCI_OP_LE_BIG_CREATE_SYNC, sizeof(*req) + big->num_bis); in hci_le_big_create_sync()
3445 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_BIG_CREATE_SYNC, buf, NULL); in hci_le_big_create_sync()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2246 #define BT_HCI_OP_LE_BIG_CREATE_SYNC BT_OP(BT_OGF_LE, 0x006b) /* 0x206b */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4566 case BT_OCF(BT_HCI_OP_LE_BIG_CREATE_SYNC):