Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_event.c1616 cp = hci_sent_cmd_data(hdev, HCI_OP_SET_CONN_ENCRYPT); in hci_cs_set_conn_encrypt()
2532 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt()
2552 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt()
3090 case HCI_OP_SET_CONN_ENCRYPT: in hci_cmd_status_evt()
Dhci_conn.c1005 hci_send_cmd(conn->hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_conn_encrypt()
/linux-4.1.27/include/net/bluetooth/
Dhci.h582 #define HCI_OP_SET_CONN_ENCRYPT 0x0413 macro