Hello,
We are not sending data through an android mobile application, we are relying on web Bluetooth using a browser.
our observations are :
1) qn9080 to the mobile browser using web Bluetooth we could send and receive only 20 bytes.
2) Android Mobile application to the mobile browser using web Bluetooth we could send and receive more than 20 bytes. That means the mobile browser is able to receive more than 20 bytes when we requested MTU change (Gatt.requestMtu(512)) from the mobile application.
From the above observation, I think from qn9080 we can initiate to increase the MTU size to receive more than 20 Bytes.
How to initiate the MTU size is more than 20 bytes in qn9080?