Searched refs:HCI_OP_SET_CONN_ENCRYPT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 1951 cp = hci_sent_cmd_data(hdev, HCI_OP_SET_CONN_ENCRYPT); in hci_cs_set_conn_encrypt() 2943 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt() 2963 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt() 3650 case HCI_OP_SET_CONN_ENCRYPT: in hci_cmd_status_evt()
|
H A D | hci_conn.c | 1407 hci_send_cmd(conn->hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_conn_encrypt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 2436 cp = hci_sent_cmd_data(hdev, HCI_OP_SET_CONN_ENCRYPT); in hci_cs_set_conn_encrypt() 3515 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt() 3535 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt() 4337 HCI_CS(HCI_OP_SET_CONN_ENCRYPT, hci_cs_set_conn_encrypt),
|
H A D | hci_conn.c | 2398 hci_send_cmd(conn->hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_conn_encrypt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 704 #define HCI_OP_SET_CONN_ENCRYPT 0x0413 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 808 #define HCI_OP_SET_CONN_ENCRYPT 0x0413 macro
|
Completed in 38 milliseconds