Home
last modified time | relevance | path

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

/btstack/port/mtk/LEScan/src/com/bluekitchen/lescan/
H A DMainActivity.java41 private int testAddrType; field in MainActivity
137 testAddrType = report.getAddressType(); in testCharacteristics()
139 addMessage(String.format("Adv: type %d, addr %s", testAddrType, deviceAddr)); in testCharacteristics()
145 btstack.GAPLEConnect(testAddrType, deviceAddr); in testCharacteristics()
238 testAddrType = report.getAddressType(); in testAccelerometer()
241 addMessage(String.format("Adv: type %d, addr %s", testAddrType, deviceAddr)); in testAccelerometer()
247 btstack.GAPLEConnect(testAddrType, deviceAddr); in testAccelerometer()
401 testAddrType = report.getAddressType(); in testConnectDisconnect()
403 addMessage(String.format("Adv: type %d, addr %s", testAddrType, deviceAddr)); in testConnectDisconnect()
411 btstack.GAPLEConnect(testAddrType, deviceAddr); in testConnectDisconnect()
[all …]
/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/
H A DMainActivity.java42 private int testAddrType; field in MainActivity
113 testAddrType = report.getAddressType(); in testCharacteristics()
115 addMessage(String.format("Adv: type %d, addr %s", testAddrType, testAddr)); in testCharacteristics()
121 btstack.GAPLEConnect(testAddrType, testAddr); in testCharacteristics()
205 testAddrType = report.getAddressType(); in testAccelerometer()
207 addMessage(String.format("Adv: type %d, addr %s", testAddrType, testAddr)); in testAccelerometer()
213 btstack.GAPLEConnect(testAddrType, testAddr); in testAccelerometer()
368 testAddrType = report.getAddressType(); in testConnectDisconnect()
370 addMessage(String.format("Adv: type %d, addr %s", testAddrType, testAddr)); in testConnectDisconnect()
378 btstack.GAPLEConnect(testAddrType, testAddr); in testConnectDisconnect()
/btstack/platform/daemon/binding/java/example/com/bluekitchen/
H A DGATTClientTest.java31 private int testAddrType; field in GATTClientTest
95 testAddrType = report.getAddressType(); in handlePacket()
97 …at("Adv: type %d, addr %s\ndata: %s \n Stop scan, initiate connect.", testAddrType, testAddr, Util… in handlePacket()
100 btstack.GAPLEConnect(testAddrType, testAddr); in handlePacket()
212 testAddrType = report.getAddressType(); in handlePacketAcc()
214 System.out.println(String.format("Adv: type %d, addr %s", testAddrType, testAddr)); in handlePacketAcc()
220 btstack.GAPLEConnect(testAddrType, testAddr); in handlePacketAcc()
H A DLEStreamerClient.java33 private int testAddrType; field in LEStreamerClient
80 testAddrType = report.getAddressType(); in handlePacket()
85 btstack.GAPLEConnect(testAddrType, testAddr); in handlePacket()