Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c2863 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CREATE_BIG_TEST, sizeof(*req)); in hci_le_create_big_test()
2905 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_CREATE_BIG_TEST, buf, NULL); in hci_le_create_big_test()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2220 #define BT_HCI_OP_LE_CREATE_BIG_TEST BT_OP(BT_OGF_LE, 0x0069) /* 0x2069 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4546 case BT_OCF(BT_HCI_OP_LE_CREATE_BIG_TEST):