move GATT services into src/ble/gatt-service
GATT Converter: allow to specify output file name
GATT Compiler: support #import <..> and ".." directives
GATT Compiler: align comments
GATT Converter: replace - with _, prettify generated .h
tool: scrape Bluetooth site for Data Types used in Advertisements, EIR, etc.
add defines for start and end handle of each service
Gatt Converter: handle empty descriptors and bug in official XML
GATT Converter: resolve UUIDs from src/bluetooth_gatt.h
Merge branch 'master' into develop
new tool to fetch and convert GATT Services from Bluetooth SIG site
gatt: provide UUIDs from Bluetooth SIG website at src/bluetooth_gatt.h
Merge branch 'develop' into a2dp
hci_dump: print timestamp for embedded targets, too. Parse timestamps in packet logs
extend btstack defines, and memory generator
move code from test to avdp_sink file, implement connect/disconnect
tool: make btstack_event_generator independent from cwd
tool: state_enums.sh enumerates SM and RFCOMM states
compile-gatt.py -> compile_gatt.py
misc: collect misc scripts
events: use upper case for event name in descriptions
add att to event generator
add LE to event generator
java: fix compile
bnep: add bnep_cid to all events, generate bnep event getters, BNEP_EVENT_OPEN_CHANNEL_COMPLETE -> BNEP_EVENT_CHANNEL_OPENED
1...<<1112131415