test: use pkg-config for cpputest build flags
test: only compile CppUTest files with c++ compiler
test: fix warnings
l2cap: drop reason param in l2cap_disconnect
test: fix c/c++ mixed compile warning, streamline makefile
test: remove HAVE_ASSERT from coverage tests
sdp_client_rfcomm: add sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid
test: enable address sanitzier for make test
test: prepare separate builds for unit test with address sanitizer vs. coverage
test/coverage: disable address sanitizer for coverage measurements
test: disable leak detection for sdp_client/tlv_posix
test/sdp_client: fix build
test: add -fanitize=address,undefined to most tests
coverage: line and function coverage for core
fix common realloc mistake
test: fix sm and sdp client
test: fix sdp-client compile
sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record
sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom
sdp_client: use sdp_client_query prefix for rfcomm queries
test: push missing files
Merge branch 'master' into ble-api-cleanup
sdp_query: pass in packet handler on query instead of global registration. integrate sdp_parser into sdp_client
l2cap: don't forward HCI to l2cap packet handler. Replace l2cap_register_packet_handler with hci_add_event_handler. Fix tests
ancs: fix demo. add SM events. Update to MODULE_event_... scheme
123