Home
last modified time | relevance | path

Searched refs:HCI_OP_WRITE_AUTH_ENABLE (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c692 err = hci_cmd_sync_status(hdev, HCI_OP_WRITE_AUTH_ENABLE, in hci_dev_cmd()
705 HCI_OP_WRITE_AUTH_ENABLE, in hci_dev_cmd()
H A Dhci_event.c392 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable()
4035 HCI_CC_STATUS(HCI_OP_WRITE_AUTH_ENABLE, hci_cc_write_auth_enable),
H A Dhci_sync.c3309 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_AUTH_ENABLE, in hci_write_auth_enable_sync()
H A Dmgmt.c1909 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security()
/linux/include/net/bluetooth/
H A Dhci.h1163 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro