Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_event.c2406 cp = hci_sent_cmd_data(hdev, HCI_OP_SET_CONN_ENCRYPT); in hci_cs_set_conn_encrypt()
3508 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt()
3528 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt()
4262 HCI_CS(HCI_OP_SET_CONN_ENCRYPT, hci_cs_set_conn_encrypt),
Dhci_conn.c2279 hci_send_cmd(conn->hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_conn_encrypt()
/Linux-v6.1/include/net/bluetooth/
Dhci.h750 #define HCI_OP_SET_CONN_ENCRYPT 0x0413 macro