1
votes

I'm interesting in Proximity Profile services on top of the BR/EDR profiles instead of the GATT. I'm talking about Windows Bluetooth Stack (Windows 7) that is not supporting BLE APIs.

Questions:

  1. Is it possible?
  2. Can you point me on the specific implementation?
  3. Is there 3rd party solution that can help (I*'m talking about non-BLE radio that is shipped with Windows 7 laptops)?

Thanks in advance!

1

1 Answers

1
votes

I think they're 2 completely separate things. You can implement both at the same time or just one or just the other. I think the proximity profile just requires advertising where GATT requires you to connect to a device to read attributes.

EDIT:
It helps to read the spec before answering. ^_^

Just glancing at it, it seems that the proximity thing works by making a regular connection and then sending an alert when the connection is loss. It uses the GATT to configure options related to it. So, for example, you could configure the alert level given.

As for doing this over BR/EDR, I don't know. You can access GATT over BR/EDR, but I'm not sure if that's covered by the profile. The linked profile talks only about BLE and references to BR/EDR is to compare it with BLE.