How can i find BLE Class of Device

Hi everyone,

I am trying to listing mobile phone using BLE(nrf52833 and software: ble_app_uart_c). I have downloaded nrf connect app on android and then i scanned and listed device. While i examine the listed devices, notice that the nrf scanner app recognized the computer(This device is computer and windows 10). How can i classify devices as phone, computer or Peripheral from ble datas(manufacturer Data). Device classes are specified in the assigned number document(page 48), but I could not separate these classes from the raw data.

Example Data Parsing:

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

  BLE Device Type.pdf

Related