Home:ALL Converter>Local Name change for peripheral on Raspberry Pi not reflected on iOS Central app

Local Name change for peripheral on Raspberry Pi not reflected on iOS Central app

Ask Time:2019-06-12T12:12:36         Author:Tahir Hameed

Json Formatter

I have developed BLE Peripheral on my Raspberry pi using Python3, All is working fine but, When i scan this peripheral from my iOS Central app the title always appear to be null.

I have already tried to change the local name with self.local_name as follows:

self.service_uuids = DBusStringArray([
            SERVICE_UUID])

self.local_name = 'Build by akhzar'
self.include_tx_power = True

Author:Tahir Hameed,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/56554573/local-name-change-for-peripheral-on-raspberry-pi-not-reflected-on-ios-central-ap
yy