Searched refs:HCI_OP_WRITE_AUTH_ENABLE (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 714 err = hci_cmd_sync_status(hdev, HCI_OP_WRITE_AUTH_ENABLE, in hci_dev_cmd() 727 HCI_OP_WRITE_AUTH_ENABLE, in hci_dev_cmd()
|
H A D | hci_event.c | 395 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable() 4038 HCI_CC_STATUS(HCI_OP_WRITE_AUTH_ENABLE, hci_cc_write_auth_enable),
|
H A D | hci_sync.c | 3334 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_AUTH_ENABLE, in hci_write_auth_enable_sync()
|
H A D | mgmt.c | 1902 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 1147 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro
|