Searched refs:deviceAddr (Results 1 – 1 of 1) sorted by relevance
/btstack/port/mtk/LEScan/src/com/bluekitchen/lescan/ |
H A D | MainActivity.java | 42 private BD_ADDR deviceAddr; field in MainActivity 138 deviceAddr = report.getAddress(); in testCharacteristics() 139 addMessage(String.format("Adv: type %d, addr %s", testAddrType, deviceAddr)); in testCharacteristics() 145 btstack.GAPLEConnect(testAddrType, deviceAddr); in testCharacteristics() 239 deviceAddr = report.getAddress(); in testAccelerometer() 240 if (deviceAddr.toString().equalsIgnoreCase(sensor_tag_addr.toString())){ in testAccelerometer() 241 addMessage(String.format("Adv: type %d, addr %s", testAddrType, deviceAddr)); in testAccelerometer() 247 btstack.GAPLEConnect(testAddrType, deviceAddr); in testAccelerometer() 402 deviceAddr = report.getAddress(); in testConnectDisconnect() 403 addMessage(String.format("Adv: type %d, addr %s", testAddrType, deviceAddr)); in testConnectDisconnect() [all …]
|