Getting list of available bluetooth devices in ios
问题 Is there a way to get list of mac addresses of available bluetooth devices in ios? I'm working on a programm which finds people nearby using bluetooth mac addresses. 回答1: I'm sure you have: [centralManager scanForPeripheralsWithServices:nil options:nil]; That means your app is searching for BLE peripherals. Every time your app discovers a peripheral invokes: - (void)centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeripheral *)peripheral advertisementData:(NSDictionary *