Searched refs:testCharacteristic (Results 1 – 4 of 4) sorted by relevance
/btstack/platform/daemon/binding/java/example/com/bluekitchen/ |
H A D | LEStreamerClient.java | 42 private GATTCharacteristic testCharacteristic; field in LEStreamerClient 131 testCharacteristic = event.getCharacteristic(); in handlePacket() 138 if (testCharacteristic == null) { in handlePacket() 144 …btstack.GATTWriteClientCharacteristicConfiguration(connectionHandle, testCharacteristic, this.test… in handlePacket()
|
H A D | GATTClientTest.java | 35 private GATTCharacteristic testCharacteristic; field in GATTClientTest 254 if (testCharacteristic == null){ in handlePacketAcc() 256 testCharacteristic = event.getCharacteristic(); in handlePacketAcc() 264 btstack.GATTReadValueOfCharacteristic(testHandle, testCharacteristic); in handlePacketAcc() 274 btstack.GATTWriteValueOfCharacteristic(testHandle, testCharacteristic, data.length, data); in handlePacketAcc()
|
/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/ |
H A D | MainActivity.java | 46 private GATTCharacteristic testCharacteristic; field in MainActivity 154 if (testCharacteristic == null){ in testCharacteristics() 156 testCharacteristic = event.getCharacteristic(); in testCharacteristics() 164 btstack.GATTReadValueOfCharacteristic(testHandle, testCharacteristic); in testCharacteristics() 174 btstack.GATTWriteValueOfCharacteristic(testHandle, testCharacteristic, data.length, data); in testCharacteristics()
|
/btstack/port/mtk/LEScan/src/com/bluekitchen/lescan/ |
H A D | MainActivity.java | 45 private GATTCharacteristic testCharacteristic; field in MainActivity 178 if (testCharacteristic == null){ in testCharacteristics() 180 testCharacteristic = event.getCharacteristic(); in testCharacteristics() 189 btstack.GATTReadValueOfCharacteristic(connectionHandle, testCharacteristic); in testCharacteristics() 203 btstack.GATTWriteValueOfCharacteristic(connectionHandle, testCharacteristic, data.length, data); in testCharacteristics()
|