Re: Notify 80 bytes data?

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

cross mob
Juar_2150386
Level 4
Level 4
5 likes given First like received First like given

Hi,

Per this closed thread: Notify 80 bytes data?

I have the same question.

Whith the example long_characteristic, is posible to write and read long packet of data (bleprofile_WriteHandleData and bleprofile_ReadHandleData function) but I would like to send this data in a notificaion or an indication.

Is there a way to send long length notification in one packet ?

I use a custom BCM20736S with SDK 2.3

Thanks

0 Likes
1 Solution
VictorZ_46
Employee
Employee
5 comments on blog 25 sign-ins 250 likes received

No, you need to split the packets in the MTU chunks before calling the API.

View solution in original post

1 Reply
VictorZ_46
Employee
Employee
5 comments on blog 25 sign-ins 250 likes received

No, you need to split the packets in the MTU chunks before calling the API.