Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dhci.h1195 #define HCI_OP_WRITE_ENCRYPT_MODE 0x0c22 macro
/linux-6.6.21/net/bluetooth/
Dhci_event.c436 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_ENCRYPT_MODE); in hci_cc_write_encrypt_mode()
4065 HCI_CC_STATUS(HCI_OP_WRITE_ENCRYPT_MODE, hci_cc_write_encrypt_mode),
Dhci_core.c95 hci_req_add(req, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt); in hci_encrypt_req()