Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_CS_TEST (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dcs.c495 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CS_TEST, sizeof(*cp)); in bt_le_cs_start_test()
590 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CS_TEST, buf, NULL); in bt_le_cs_start_test()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2543 #define BT_HCI_OP_LE_CS_TEST BT_OP(BT_OGF_LE, 0x0095) /* 0x2095 */ macro