Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_conn.c252 struct hci_cp_read_clock_offset clkoff_cp; in hci_disconnect() local
254 clkoff_cp.handle = cpu_to_le16(conn->handle); in hci_disconnect()
255 hci_send_cmd(hdev, HCI_OP_READ_CLOCK_OFFSET, sizeof(clkoff_cp), in hci_disconnect()
256 &clkoff_cp); in hci_disconnect()