Parsing the data in BLE received from the mobile app

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
rapac_2237901
Level 1
Level 1

Hi I am using the cypress 20719 BLE Bluetooth development kit. I am using the wiced studio 6.0. I want to see the data received from android APP into my cypress BLE. Where can I get the data..? or in sdk In which function or handler I get the data..?

I am using the Hello_Sensor demo app. I am enable to debug it. I guess the function is as quoted below

void hello_sensor_interrupt_handler(void* user_data, uint8_t value )

its urgent waiting for your reply.

Best Regards,

Rawootray Patil.

0 Likes
1 Solution
ShengY_96
Employee
Employee
10 sign-ins 5 sign-ins Welcome!

Rawootray

Android app use the wirte or write without response to send data to BLE server device. The related code is hello_sensor_gatts_req_write_handler in hello sensor for write operation.

The hello_sensor_interrupt_handler is triggered by button press. And it will notify data to client by call the API:hello_sensor_send_message.

Regards

Jenson

View solution in original post

0 Likes
1 Reply