Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h529 #define HCI_OP_AUTH_REQUESTED 0x0411 macro
H A Drtk_btusb.c281 case HCI_OP_AUTH_REQUESTED: in print_error_command()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c1921 cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED); in hci_cs_auth_requested()
2106 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, in hci_cs_remote_name_req()
3001 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, sizeof(cp), &cp); in hci_remote_name_evt()
3637 case HCI_OP_AUTH_REQUESTED: in hci_cmd_status_evt()
H A Dhci_conn.c1378 hci_send_cmd(conn->hdev, HCI_OP_AUTH_REQUESTED, in hci_conn_auth()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c1894 case HCI_OP_AUTH_REQUESTED: in print_command()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h699 #define HCI_OP_AUTH_REQUESTED 0x0411 macro