I'm trying using the CoreBluetooth
to collect the MAC address of Holyiot device.
There are many questions/answers about this problem, such as 1, 2, 3
I have installed the Holyiot-beacon application from AppStore and confirmed that it is possible to collect the MAC address for Holyiot device only.
I implemented the with CoreBluetooth
withe the CBCentralManagerDelegate
. However, there is only 1 service: 6E400001-B5A3-F393-E0A9-E50E24DCCA9E
and 2 characteristics.
Is there any method to collect the Holyiot MAC address ?
How do they collect the MAC address for Holyiot device by CoreBluetooth
?