prefix data_source_t and timer_source_t with btstack
prefix run_loop_ functions with btstack_
forgot to add files in earlier commit
run_loop.h -> btstack_run_loop.h
prefix memory_pool files with btstack_
prefix debug with btstack_
rename bk_linked_list to btstack_linked_list
hci_trasport: add type to hci transport config, update all ports
run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes
move run loop embedded specific functionality to run_loop_embedded.h
embedded_ -> run_loop_embedded_
Merge branch 'master' into ble-api-cleanup
integrate gap_le.h into gap.h
replace le_command_status_t with regular Bluetooth uint8_t error codes, add le_command_status_t enums to error list
add MAX_NO_SERVICE_RECORD_ITEMS to all configs, generated code
fix paths after source reorg
separate platform specific code and ports for a particular setup
1234