Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c832 buf = bt_hci_cmd_create(BT_HCI_OP_WRITE_LOCAL_NAME, sizeof(*name_cp)); in bt_br_init()
840 err = bt_hci_cmd_send_sync(BT_HCI_OP_WRITE_LOCAL_NAME, buf, NULL); in bt_br_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h560 #define BT_HCI_OP_WRITE_LOCAL_NAME BT_OP(BT_OGF_BASEBAND, 0x0013) /* 0x0c13 */ macro