1つのBluetoothデバイスがあります。Bluetoothデバイスには1つのパブリックBluetoothデバイスアドレス(BDA)があります。Androidでは、Bluetoothのように取得(30:03:5B:00:15:12)
できます。このようにデバイス名とデバイスUUIDのみを取得できます
-(void) centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeripheral *)peripheral advertisementData:(NSDictionary *)advertisementData RSSI:(NSNumber *)RSSI {
NSLog(@"Discovered peripheral %@ (%@) (%@)",peripheral.name,peripheral.identifier.UUIDString); //PHARMACELL CAREOUSEL (0BEF07EA-7680-4223-2D5E-6CE159333F7E)
}
BDA値を取得する方法を教えてください