Detect proximity using Bluetooth LE “Proximity” profile Android

后端 未结 3 1262
孤城傲影
孤城傲影 2021-02-05 22:55

Problem definition: I\'ve been trying to use BLE proximity profile for Bluetooth LE on Android. Some of the devices like new generation Google Nexu

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 23:40

    Unfortunately, the android can only act as central not peripheral. So custom profiling is not possible at this point of time. Rather you can use the profile which are being provided by gatt.

    For example: Temperature Monitor profile. Instead you can make the custom service and characteristics on iPhone and make it work as beacon.

    Also if you are using hardware device of Estimote and other companies, you can reply back the data from android device i.e Services and characteristics have the properties such as Read, Write and Notify. But when you are making iPhone as Beacon, then you won't be able to receive the value from android device.

提交回复
热议问题