Home
last modified time | relevance | path

Searched refs:testService (Results 1 – 4 of 4) sorted by relevance

/btstack/platform/daemon/binding/java/example/com/bluekitchen/
H A DLEStreamerClient.java41 private GATTService testService; field in LEStreamerClient
111 testService = event.getService(); in handlePacket()
116 if (testService == null) { in handlePacket()
124 …btstack.GATTDiscoverCharacteristicsForServiceByUUID128(connectionHandle, testService, testCharacte… in handlePacket()
H A DGATTClientTest.java34 private GATTService testService; field in GATTClientTest
237 if (testService == null){ in handlePacketAcc()
239 testService = event.getService(); in handlePacketAcc()
247 btstack.GATTDiscoverCharacteristicsForService(testHandle, testService); in handlePacketAcc()
/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/
H A DMainActivity.java45 private GATTService testService; field in MainActivity
137 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()
/btstack/port/mtk/LEScan/src/com/bluekitchen/lescan/
H A DMainActivity.java44 private GATTService testService; field in MainActivity
161 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()