I couldnt find mobile phone using NRF52833 just finding BLE peripherals (Software: ble_app_uart_c)

Hi everyone,

i am developing a bluetooth scanner device using nrf52833 and using the "ble_app_uart_c and softdevice:122" example as software. I am reading scanning data in "scan_evt_handler" from "p_scan_evt->params.p_whitelist_adv_report ->data.p_data". While reviewing scanning result on mobaxterm i noticed my board can find only ble peripherals(such as smart watch, ear buds, mouse) not mobile phone or pc. I have nrf52840 dongle and i scaned the bluetooth device via nrf52840 dongle using "nrf connect app" on my pc, i got same result(couldnt find mobile phone). Then i have downloaded "nrf_connect" app on my mobile phone and when i run the "nrf connect" app in advertiser mode, nrf52833 can find the my mobile phone. How can i find/discover the mobile phone without using any mobile app. The relevant datas added below.


raw Data = 1eff060001092002da7e8d4e36d854dbd96024079a4e4f8dc28a1570209ea9
Length = 1e
Man Spec Data = ff
Company ID = 0600    //(0006 Microsoft)
01092002da7e8d4e36d854dbd96024079a4e4f8dc28a1570209ea9


Raw Data = 1eff4c00071901242021998f1100042915418df26359029e5fcb18378c9748
Length = 1e
Man Spec Data = ff
Company ID = 4c00(004c Apple)
071901242021998f1100042915418df26359029e5fcb18378c9748

Raw Data = 13095265646d6920576174636820332033464431
Length = 13
AD = Complate Local Name 09
Redmi Watch 3 3FD1(5265646d6920576174636820332033464431)

Related