Searched refs:HCI_OP_AUTH_REQUESTED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 1924 cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED); in hci_cs_auth_requested() 2109 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, in hci_cs_remote_name_req() 3010 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, sizeof(cp), &cp); in hci_remote_name_evt() 3646 case HCI_OP_AUTH_REQUESTED: in hci_cmd_status_evt()
|
H A D | hci_conn.c | 1385 hci_send_cmd(conn->hdev, HCI_OP_AUTH_REQUESTED, in hci_conn_auth()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 2409 cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED); in hci_cs_auth_requested() 2595 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, in hci_cs_remote_name_req() 3581 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, sizeof(cp), &cp); in hci_remote_name_evt() 4336 HCI_CS(HCI_OP_AUTH_REQUESTED, hci_cs_auth_requested),
|
H A D | hci_conn.c | 2376 hci_send_cmd(conn->hdev, HCI_OP_AUTH_REQUESTED, in hci_conn_auth()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 699 #define HCI_OP_AUTH_REQUESTED 0x0411 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 803 #define HCI_OP_AUTH_REQUESTED 0x0411 macro
|
Completed in 34 milliseconds