Basic functional understanding

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
development@cli...
Offline
Last seen:3 years 1 month ago
Joined:2016-12-21 08:26
Basic functional understanding

Dear Sirs,

I've used the SDK to write the code for a proximity-tag (peripheral) with 2 additional custom services. It took some time to understand the right way to implement the latter. But now I've made a start designing the code for a device that must be scanning its surroundings all the time and automatically connect to any one of a number of previously paired/bonded devices. This functionality is displayed by my carkit for instance, but from other forum posts I already understand the HFP is not supported under BLE.

So, what would be the best strategy to follow ? Perhaps looking into the DSPS example with regard to the 'central side' code ?

期待你的回复!谢谢提前!

Peter

Device:
MT_dialog
Offline
Last seen:1 month 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi development@clickey,

Hidevelopment@clickey,

No, the HFP profile is supported only on Classic Bluetooth and not on BLE. Yes, the DSPS reference design is a proper example to start with for the central side, it includes implementation on how to configure a device as a central, how to implement the discovery in order to be able to interact with the service's characteristics, send and receive data, subscribe to notifications etc.

Thanks MT_dialog