Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/bluetooth/
Dhci.h719 #define HCI_OP_PIN_CODE_REPLY 0x040d macro
/Linux-v6.1/net/bluetooth/
Dhci_event.c1195 cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY); in hci_cc_pin_code_reply()
4052 HCI_CC(HCI_OP_PIN_CODE_REPLY, hci_cc_pin_code_reply,
Dmgmt.c3306 err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_REPLY, sizeof(reply), &reply); in pin_code_reply()