This allows to test from Android until included services support is added. --- test/example-gatt-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example-gatt-server b/test/example-gatt-server index ecf614f..52c2029 100755 --- a/test/example-gatt-server +++ b/test/example-gatt-server @@ -438,7 +438,7 @@ class TestService(Service): TEST_SVC_UUID = '12345678-1234-5678-1234-56789abcdef0' def __init__(self, bus, index): - Service.__init__(self, bus, index, self.TEST_SVC_UUID, False) + Service.__init__(self, bus, index, self.TEST_SVC_UUID, True) self.add_characteristic(TestCharacteristic(bus, 0, self)) self.add_characteristic(TestEncryptCharacteristic(bus, 1, self)) self.add_characteristic(TestSecureCharacteristic(bus, 2, self)) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html