Searched refs:testService (Results 1 – 4 of 4) sorted by relevance
41 private GATTService testService; field in LEStreamerClient111 testService = event.getService(); in handlePacket()116 if (testService == null) { in handlePacket()124 …btstack.GATTDiscoverCharacteristicsForServiceByUUID128(connectionHandle, testService, testCharacte… in handlePacket()
34 private GATTService testService; field in GATTClientTest237 if (testService == null){ in handlePacketAcc()239 testService = event.getService(); in handlePacketAcc()247 btstack.GATTDiscoverCharacteristicsForService(testHandle, testService); in handlePacketAcc()
45 private GATTService testService; field in MainActivity137 if (testService == null){ in testCharacteristics()139 testService = event.getService(); in testCharacteristics()147 btstack.GATTDiscoverCharacteristicsForService(testHandle, testService); in testCharacteristics()397 if (testService == null){ in testConnectDisconnect()399 testService = event.getService(); in testConnectDisconnect()
44 private GATTService testService; field in MainActivity161 if (testService == null){ in testCharacteristics()163 testService = event.getService(); in testCharacteristics()171 btstack.GATTDiscoverCharacteristicsForService(connectionHandle, testService); in testCharacteristics()430 if (testService == null){ in testConnectDisconnect()432 testService = event.getService(); in testConnectDisconnect()