This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This logcat log is from and Android 6 OS. Using [email protected] | |
I don't have an option to upgrade the OS since this | |
is really the only option out there for an FDA approved medical tablet... | |
I see the clientIf values just continue to climb and finally run out w/ | |
the appearance of `bt_btif : Register with GATT stack failed.` | |
I expect to connect to 4 devices when all 4 are connected I don't try to scan again; | |
does not happen in this log. Until I'm connected to 4 devices I scan every 10 seconds. | |
In this log I only see 4 device disconnections and the log shows that the GATT is |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
var cowsay = require('cowsay') | |
console.log(cowsay.say({ | |
text : "Hi Mimi, Did you know...", | |
e : "oo", | |
T : "U " | |
})); | |
setTimeout(()=>{ | |
console.log(cowsay.say({ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
bleCommunicator: { | |
scanStatus: 'BLE_SCAN_STOPPED', | |
connectedDevices: [ | |
'80:EA:CA:00:00:04' | |
], | |
allFwVersions: {}, | |
loadedFirmware: {}, | |
'80:EA:CA:00:00:04': { | |
rssi: -68, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"user_dim": { | |
"user_id": null, | |
"first_open_timestamp_micros": "1528150323035000", | |
"user_properties": [ | |
{ | |
"key": "first_open_time", | |
"value": { | |
"value": { |