Android Question [Solved]Bluetooth and MTU

stefanoxjx

Active Member
Licensed User
Longtime User
Hi Erel, RequestMtu returns true, but I've discovered where is the problem.
Is too early call RequestMtu into Manager_Connected callback.
Now I call RequestMtu after two seconds from connection and Manager_MtuChanged is called properly.
 
Upvote 0
Top