Limit bluetooth device name to safe length to avoid crashes
Bluetooth device name can become too long when unicode characters are used. For device name the max length is 248 bytes but since a unicode character can be up to 4 bytes the safe length is only 62. Change-Id: I4a345125f82863e13b8faffece4b2e4718bbd129
Loading
Please register or sign in to comment