Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/bluetooth/
Dhci.h379 #define HCI_OP_PIN_CODE_REPLY 0x040d macro
/linux-3.4.99/net/bluetooth/
Dhci_event.c922 cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY); in hci_cc_pin_code_reply()
2309 case HCI_OP_PIN_CODE_REPLY: in hci_cmd_complete_evt()
Dmgmt.c1763 err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_REPLY, sizeof(reply), &reply); in pin_code_reply()