Searched refs:HCI_OP_PIN_CODE_REPLY (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 673 #define HCI_OP_PIN_CODE_REPLY 0x040d macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 777 #define HCI_OP_PIN_CODE_REPLY 0x040d macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 986 cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY); in hci_cc_pin_code_reply() 3433 case HCI_OP_PIN_CODE_REPLY: in hci_cmd_complete_evt()
|
H A D | mgmt.c | 2777 err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_REPLY, sizeof(reply), &reply); in pin_code_reply()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 1222 cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY); in hci_cc_pin_code_reply() 4120 HCI_CC(HCI_OP_PIN_CODE_REPLY, hci_cc_pin_code_reply,
|
H A D | mgmt.c | 3266 err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_REPLY, sizeof(reply), &reply); in pin_code_reply()
|
Completed in 48 milliseconds