Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/bluetooth/
Dhci.h1126 #define HCI_OP_WRITE_ENCRYPT_MODE 0x0c22 macro
/linux-5.19.10/net/bluetooth/
Dhci_event.c429 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_ENCRYPT_MODE); in hci_cc_write_encrypt_mode()
3822 HCI_CC_STATUS(HCI_OP_WRITE_ENCRYPT_MODE, hci_cc_write_encrypt_mode),
Dhci_core.c94 hci_req_add(req, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt); in hci_encrypt_req()