Hi,
In BluetoothDesignGuideLine R7, the Device Name of accessory should be writeable. But the name property of CBPeripheral is read only and
iOS disallow APP access the Device Name characteristic directly.
I can’t find any way to change the name, why the name should be writeable?
Any comments are appreciated.
“
3.11.1 Generic Access Profile Service
The accessory should implement the Device Name characteristic per the Bluetooth 4.0 specification, Volume
3, Part C, Section 12.1. The Device Name characteristic should be writeable.
“
Thanks,
Ken