Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c249 struct hci_cp_read_clock_offset clkoff_cp; in hci_disconnect() local
251 clkoff_cp.handle = cpu_to_le16(conn->handle); in hci_disconnect()
252 hci_send_cmd(hdev, HCI_OP_READ_CLOCK_OFFSET, sizeof(clkoff_cp), in hci_disconnect()
253 &clkoff_cp); in hci_disconnect()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c251 struct hci_cp_read_clock_offset clkoff_cp; in hci_disconnect() local
253 clkoff_cp.handle = cpu_to_le16(conn->handle); in hci_disconnect()
254 hci_send_cmd(hdev, HCI_OP_READ_CLOCK_OFFSET, sizeof(clkoff_cp), in hci_disconnect()
255 &clkoff_cp); in hci_disconnect()

Completed in 7 milliseconds