Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c2345 cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED); in hci_cs_auth_requested()
2531 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, in hci_cs_remote_name_req()
3538 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, sizeof(cp), &cp); in hci_remote_name_evt()
4290 HCI_CS(HCI_OP_AUTH_REQUESTED, hci_cs_auth_requested),
H A Dhci_conn.c2327 hci_send_cmd(conn->hdev, HCI_OP_AUTH_REQUESTED, in hci_conn_auth()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h799 #define HCI_OP_AUTH_REQUESTED 0x0411 macro