454f9190 | 19-Jan-2013 |
Mike Ryan <[email protected]> |
le: pretty print data PDU header and data |
09de12bd | 17-Dec-2012 |
Will Code <[email protected]> |
Different way of doing flags. Continued work on accessors. |
d9a22b51 | 16-Dec-2012 |
Will Code <[email protected]> |
More library architecture.
- btbb_init() required, mainly used to initialize syndrome table - syndrome table depth determined by caller at init, limited to 5 - packet flags consolidated into a struc
More library architecture.
- btbb_init() required, mainly used to initialize syndrome table - syndrome table depth determined by caller at init, limited to 5 - packet flags consolidated into a structure (uint32_t bitfields)
show more ...
|
324f944b | 06-Dec-2012 |
Dominic Spill <[email protected]> |
Add btbb.h to specify external API |
39468ded | 05-Dec-2012 |
Will Code <[email protected]> |
Turn on optimization.
We forgot to turn on optimization in libbtbb! This should speed things up a little. Most of the speedup is seen at -O2, with a little more at -O3. Higher values do not help. |
34d17dfd | 05-Dec-2012 |
Dominic Spill <[email protected]> |
Change bt_ prefix to btbb_ Move #defines to .c from header |
73821478 | 02-Dec-2012 |
Will Code <[email protected]> |
comment out some debugging lines |
fe43216a | 02-Dec-2012 |
Will Code <[email protected]> |
more renames |
5f98d054 | 02-Dec-2012 |
Will Code <[email protected]> |
function renames |
d0eee5fc | 02-Dec-2012 |
Will Code <[email protected]> |
unexport and reorder functions in blutooth_piconet |
5e5cb5e8 | 01-Dec-2012 |
Will Code <[email protected]> |
made a number of functions static, shuffle order of some functions |
f3e98b56 | 01-Dec-2012 |
Will Code <[email protected]> |
rename piconet to bt_piconet and make perm_table global |
96b017b2 | 29-Nov-2012 |
Will Code <[email protected]> |
Move static variables from C file to header |
05e3e2ed | 29-Nov-2012 |
Will Code <[email protected]> |
Change static ints in header file to defines |
05e4916b | 29-Nov-2012 |
Will Code <[email protected]> |
Move variables from header to C file. |
749e30e6 | 22-Nov-2012 |
Dominic Spill <[email protected]> |
Change hopping map for AFH (full afh map only) |
623ee465 | 30-Oct-2012 |
Dominic Spill <[email protected]> |
Missed the last constant in each line - bad regex |
abfcf894 | 29-Oct-2012 |
Dominic Spill <[email protected]> |
Fix compiler warnings and errors on alternative platforms |
8ba58fe1 | 24-Oct-2012 |
Dominic Spill <[email protected]> |
Changes to print() overwritten by merge |
64d4a353 | 23-Oct-2012 |
Dominic Spill <[email protected]> |
Merge branch '2012.10.R1' |
426e2db7 | 19-Oct-2012 |
Dominic Spill <[email protected]> |
Add AFH map to piconet, attempt to populate with received packets |
329bbc6c | 13-Oct-2012 |
Dominic Spill <[email protected]> |
Merge branch '2012.10.R1' |
0bb8a67f | 12-Oct-2012 |
Dominic Spill <[email protected]> |
Improve decoding for "known" clkn values |
485626e1 | 09-Oct-2012 |
Mike Ryan <[email protected]> |
le: decode and print most advertising packets |
4fcf4056 | 09-Oct-2012 |
Dominic Spill <[email protected]> |
Rename print() to avoid collisions (and to avoid Mike Ryan's complaining) |