You can send information with all the bluetooth profiles. What are you trying to do? What kind of information are you trying to send and how fast? Maybe the dsps application would suit you.
Hello MT_Dialog, I would like to send around 100bytes of data in data channel, the scenario is like this : when the user presses a key 100bytes of data should be sent not over Advertising channel but it should be over data channel and on the Android mobile user should be able to receive that data.
Hello MT_Dialog, To be more precise, the necessity is that first time when the device in ON I have to send a specific 100bytes of data over communication/data channel to my Android Mobile
Hello MT_Dialog, Thanks for the reply. I would like to know how can we enable any profile in Broadcast mode, so that once my device is ON it keeps broadcasting a message to all the devices in its vicinity.
Hi asmaitha,
You can send information with all the bluetooth profiles. What are you trying to do? What kind of information are you trying to send and how fast? Maybe the dsps application would suit you.
Thanks MT_dialog
Hello MT_Dialog,
I would like to send around 100bytes of data in data channel, the scenario is like this : when the user presses a key 100bytes of data should be sent not over Advertising channel but it should be over data channel and on the Android mobile user should be able to receive that data.
Thanks,
asmaitha
Hello MT_Dialog,
To be more precise, the necessity is that first time when the device in ON I have to send a specific 100bytes of data over communication/data channel to my Android Mobile
Thanks,
asmaitha
Hi asmaitha,
您可以使用定制的概要文件教程和修改the length of the second characteristic to the size you want in order to send data.
Thanks MT_dialog
Hello MT_Dialog,
Thanks for the reply.
I would like to know how can we enable any profile in Broadcast mode, so that once my device is ON it keeps broadcasting a message to all the devices in its vicinity.
Thanks,
asmaitha
Hi asmaitha,
Try to change in app_adv_func the cmd->op.code = GAPM_ADV_NON_CONN. Please have a look in the beacon reference design as an example.
Thanks MT_dialog