mesh: move src/ble/mesh to src/mesh
mesh: provide mesh_virtual_address structs via memory pool
mesh: provide memory pool for mesh_transport_keys
mesh: fix memory pool init
mesh: extract network key managment from mesh_network into mesh_keys
mesh: use mesh_transport_pdu instead of mesh_access_pdu
mesh: add mesh_access_pdu_t and provide memory pool
mesh: add #ENABLE_MESH
mesh: define mesh_network_key and add provide memory pool for it
mesh: provide mesh_network_pdu memory pool
btstack_event: add mesh events
tool: add UUIDs for Mesh Characterstics manually
btstack_event: use uint8_t and uint16_t for types 'J' and 'L' (MISRAC2012-Rule-10.3)
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
add missing filename tags
Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)
bluetooth_sdp: follow changes on Bluetooth SIG site
bluetooth_gatt: follow changes on Bluetooth SIG site
bluetooth_data_types: follow changes on Bluetooth SIG site
bluetooth_company_id: use live data
bluetooth_company_id: follow changes on Bluetooth SIG site
convert_gatt_services: set user-agent, follow changes on Bluetooth SIG site
compile_gatt: document how .h was generated
map: add MAP meta events
compile_gatt: add support for WRITE_AUTHENTICATED_SC and READ_AUTHENTICATED_SC flags
12345678910>>...15