Searched refs:descriptor_encrypted (Results 1 – 1 of 1) sorted by relevance
723 …BluetoothGattDescriptor descriptor_encrypted = new BluetoothGattDescriptor(DESCRIPTOR_NEED_ENCRYPT… in createService() local724 characteristic.addDescriptor(descriptor_encrypted); in createService()726 … descriptor_encrypted = new BluetoothGattDescriptor(DESCRIPTOR_NEED_ENCRYPTED_WRITE_UUID, 0x20); in createService()727 characteristic.addDescriptor(descriptor_encrypted); in createService()