Created
January 4, 2015 03:06
-
-
Save RussNelson/7856deea8e8fe2fede5f to your computer and use it in GitHub Desktop.
ble-bean strace read/writes
This file contains hidden or 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
read(15, "bind success\n", 65536) = 13 | |
read(15, "connect success\n", 65536) = 16 | |
write(11, "020001\n", 7) = 7 | |
read(3, "*", 1) = 1 | |
write(4, "*", 1) = 1 | |
read(15, "data 031700\n", 65536) = 12 | |
write(11, "100100ffff0028\n", 15) = 15 | |
read(15, "data 11140100090000000000000000b"..., 65536) = 50 | |
write(11, "100a00ffff0028\n", 15) = 15 | |
read(15, "data 11060a001400001815001800011"..., 65536) = 46 | |
write(11, "102c00ffff0028\n", 15) = 15 | |
read(15, "data 11142c003000de742df0701312b"..., 65536) = 50 | |
write(11, "103100ffff0028\n", 15) = 15 | |
read(15, "data 111431004100de742df0701312b"..., 65536) = 50 | |
write(11, "104200ffff0028\n", 15) = 15 | |
read(15, "data 11064200ffff0f18\n", 65536) = 22 | |
write(11, "084200ffff0328\n", 15) = 15 | |
read(15, "data 09074300124400192a\n", 65536) = 24 | |
write(11, "084500ffff0328\n", 15) = 15 | |
read(15, "data 010845000a\n", 65536) = 16 | |
write(11, "08310041000328\n", 15) = 15 | |
read(15, "data 091532000a3300de742df070131"..., 65536) = 52 | |
write(11, "08340041000328\n", 15) = 15 | |
read(15, "data 091536000a3700de742df070131"..., 65536) = 52 | |
write(11, "08380041000328\n", 15) = 15 | |
read(15, "data 091539000a3a00de742df070131"..., 65536) = 52 | |
write(11, "083b0041000328\n", 15) = 15 | |
read(15, "data 09153c000a3d00de742df070131"..., 65536) = 52 | |
write(11, "083e0041000328\n", 15) = 15 | |
read(15, "data 09153f000a4000de742df070131"..., 65536) = 52 | |
write(11, "08410041000328\n", 15) = 15 | |
read(15, "data 010841000a\n", 65536) = 16 | |
write(11, "082c0030000328\n", 15) = 15 | |
read(15, "data 09152d001e2e00de742df070131"..., 65536) = 52 | |
write(11, "082f0030000328\n", 15) = 15 | |
read(15, "data 01082f000a\n", 65536) = 16 | |
write(11, "0819002b000328\n", 15) = 15 | |
read(15, "data 09071a00021b00232a1c00021d0"..., 65536) = 52 | |
write(11, "0820002b000328\n", 15) = 15 | |
read(15, "data 09072000022100262a220002230"..., 65536) = 52 | |
write(11, "0826002b000328\n", 15) = 15 | |
read(15, "data 09072600022700292a280002290"..., 65536) = 52 | |
write(11, "08150018000328\n", 15) = 15 | |
read(15, "data 09071600201700052a\n", 65536) = 24 | |
write(11, "08180018000328\n", 15) = 15 | |
read(15, "data 010818000a\n", 65536) = 16 | |
write(11, "080a0014000328\n", 15) = 15 | |
read(15, "data 09070b00020c00002a0d00020e0"..., 65536) = 52 | |
write(11, "08110014000328\n", 15) = 15 | |
read(15, "data 09071100081200032a130002140"..., 65536) = 38 | |
write(11, "08010009000328\n", 15) = 15 | |
read(15, "data 091502001c03000000000000000"..., 65536) = 52 | |
write(11, "08040009000328\n", 15) = 15 | |
read(15, "data 091506001c07000000000000000"..., 65536) = 52 | |
write(11, "08080009000328\n", 15) = 15 | |
read(15, "data 010808000a\n", 65536) = 16 | |
write(11, "082d0030000229\n", 15) = 15 | |
read(15, "data 09042f000000\n", 65536) = 18 | |
write(11, "122f000100\n", 11) = 11 | |
read(15, "data 13\n", 65536) = 8 | |
write(11, "122e0080050020012f98cf7fe5\n", 27) = 27 | |
read(15, "data 13\n", 65536) = 8 | |
write(1, "led color sent\n", 15) = 15 | |
write(1, "request accell sent\n", 20) = 20 | |
write(1, "request temp sent\n", 18) = 18 | |
write(11, "122e00c0020020115e6d\n", 21) = 21 | |
read(15, "data 1b2e0080070000010290ff00000"..., 65536) = 44 | |
write(11, "122e00a0020020107f7d\n", 21) = 21 | |
read(3, "*", 1) = 1 | |
write(7, "\200\350\263\1\2\0\0\0", 8) = 8 | |
write(4, "*", 1) = 1 | |
read(3, "*", 1) = 1 | |
write(7, "\210\313s\0\21\0\0\0", 8) = 8 | |
write(4, "*", 1) = 1 | |
read(15, "disconnect\n", 65536) = 11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment