license: update text
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)
tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__
fix compile
use little/big_endian_read/store_16/24/32
hci: added local version information callback to allow for runtime driver selection
remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const
renamed bt_control_chipsetname into btstack_chipset_chipsetname. fix some builds
chipset: remove all chipset functions from btstack_control.h and use from hci.c
chipset: add btstack_chipset to all chipset drivers
add btstack_chipset_t
btstack-config.h -> btstack_config.h
rename bt_control_h top btstack_control.h
prefix debug with btstack_
use singular chipset