Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_event.c1589 cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED); in hci_cs_auth_requested()
1774 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, in hci_cs_remote_name_req()
2599 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, sizeof(cp), &cp); in hci_remote_name_evt()
3086 case HCI_OP_AUTH_REQUESTED: in hci_cmd_status_evt()
Dhci_conn.c981 hci_send_cmd(conn->hdev, HCI_OP_AUTH_REQUESTED, in hci_conn_auth()
/linux-4.1.27/include/net/bluetooth/
Dhci.h577 #define HCI_OP_AUTH_REQUESTED 0x0411 macro