Pravin Mohol
Pravin Mohol

Reputation: 675

How to Send and Receive Data(0x04,0x02,0x00,0x03B) in Android BLE ?

Can some one please help data sending using Bluetooth characteristic in Android BLE in below example format

I need to send data to BLE Other Device - 0x02, 0x04,0x00,0x0A etc.

And need to receive in same format from BLE device - 0x09,0x02 etc.

Thanks for your help in Advance.

Regards, Pravin

Upvotes: 0

Views: 412

Answers (1)

Pravin Mohol
Pravin Mohol

Reputation: 675

Yup, I got it. in Byte [] I can send data and receive it.

Upvotes: -1

Related Questions