S Scantech Well-Known Member Licensed User Longtime User Yesterday at 7:16 PM #1 I am working on BLE project in B4J and i need to send data packets larger then the default 23 bytes. I want to request a higher MTU and importantly get the result. Can it be done in Bleak library?
I am working on BLE project in B4J and i need to send data packets larger then the default 23 bytes. I want to request a higher MTU and importantly get the result. Can it be done in Bleak library?
Erel B4X founder Staff member Licensed User Longtime User Today at 6:18 AM #2 You cannot change the mtu. You can get it with: B4X: mClient.client.GetField("mtu_size").Print 'or fetch the value Upvote 0
You cannot change the mtu. You can get it with: B4X: mClient.client.GetField("mtu_size").Print 'or fetch the value