Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c846 buf = bt_hci_cmd_create(BT_HCI_OP_WRITE_CLASS_OF_DEVICE, sizeof(*cod)); in bt_br_init()
853 err = bt_hci_cmd_send_sync(BT_HCI_OP_WRITE_CLASS_OF_DEVICE, buf, NULL); in bt_br_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h647 #define BT_HCI_OP_WRITE_CLASS_OF_DEVICE BT_OP(BT_OGF_BASEBAND, 0x0024) /* 0x0c24 */ macro