Searched refs:HCI_OP_WRITE_ENCRYPT_MODE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1055 #define HCI_OP_WRITE_ENCRYPT_MODE 0x0c22 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1193 #define HCI_OP_WRITE_ENCRYPT_MODE 0x0c22 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 353 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_ENCRYPT_MODE); in hci_cc_write_encrypt_mode() 3317 case HCI_OP_WRITE_ENCRYPT_MODE: in hci_cmd_complete_evt()
|
H A D | hci_core.c | 1026 hci_req_add(req, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt); in hci_encrypt_req()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 95 hci_req_add(req, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt); in hci_encrypt_req()
|
H A D | hci_event.c | 434 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),
|
Completed in 39 milliseconds