HCI_CONN_ENCRYPT 1062 include/net/bluetooth/hci_core.h 	encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00;
HCI_CONN_ENCRYPT 1103 include/net/bluetooth/hci_core.h 	encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00;