BLE App Name Scanner (nRF52840 DK, PCA10056, S140)

This sample is a minimal BLE central scanner.
It performs active scanning and logs local names found in advertising data and scan response data.
For every discovered name, it logs:
- packet type: ADV or SCAN_RSP
- name type: full or short
- local name value

Expected log examples:
[ADV] full name: MyPeripheral
[SCAN_RSP] short name: Sensor01

Project files included:
- GCC: pca10056/s140/armgcc/Makefile
- SES: pca10056/s140/ses/ble_app_name_scanner_pca10056_s140.emProject

Build (GCC):
1) cd pca10056/s140/armgcc
2) make

Program + log:
- Program the SoftDevice s140_nrf52_7.2.0 and the application image.
- Open RTT Viewer (or nRF Connect for Desktop Logger) to see logs.

Notes:
- Scanning is active.
- No connection is initiated by this sample.
