Hi, i'm working a BLE gateway with NRF52DK and S132 by using the demo example central uart.
The peripheral equipement advertise manufacturer data like this: 0x0001 during 5sec then 0x0002 during 5 sec and stop advertise.
But I want my gateway can only connect if the device advertise 0x0002 and not 0x0001.
So my question is how to get the manufacturer specific data in ble_app_uart_c ?
Thanks you for your answers !