Closed gvaldatti closed 3 years ago
Hi, you can't use directly the MAC address to connect to a device.
what are you talking about? handleDiscoverPeripheral(peripheral){ BleManager.connect(peripheral.id) } works just fine. peripheral.id is MAC address.
I'm developing an application to communicate with mi band's, but I can't connect using the UUID (only by MAC address) I would like to list the devices so I can get the MAC address and use it to connect.