Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci.h1244 #define HCI_OP_READ_CLOCK 0x1407 macro
/Linux-v4.19/net/bluetooth/
Dmgmt.c5429 hci_cp = hci_sent_cmd_data(hdev, HCI_OP_READ_CLOCK); in get_clock_info_complete()
5507 hci_req_add(&req, HCI_OP_READ_CLOCK, sizeof(hci_cp), &hci_cp); in get_clock_info()
5515 hci_req_add(&req, HCI_OP_READ_CLOCK, sizeof(hci_cp), &hci_cp); in get_clock_info()
Dhci_event.c805 cp = hci_sent_cmd_data(hdev, HCI_OP_READ_CLOCK); in hci_cc_read_clock()
3186 case HCI_OP_READ_CLOCK: in hci_cmd_complete_evt()