CBCentralManager can’t discover the device on macos?
I use Core Bluetooth Framework to discover bluetooth devices for macos APP, code as below, the variable discoveredPeripherals
and print
statement in centralManager
callback, has no connected devices that show on my Macbook bluetooth settings, like ‘Devialet Gemini II’ on the image. The centralManager
callback is normal, the print
has print many other devices but ‘Devialet Gemini II’. And I’m sure its’ a BLE device.
CBCentralManager can’t discover the device on macos?
I use Core Bluetooth Framework to discover bluetooth devices for macos APP, code as below, the variable discoveredPeripherals
and print
statement in centralManager
callback, has no connected devices that show on my Macbook bluetooth settings, like ‘Devialet Gemini II’ on the image. The centralManager
callback is normal, the print
has print many other devices but ‘Devialet Gemini II’. And I’m sure its’ a BLE device.
CBCentralManager can’t discover the device on macos?
I use Core Bluetooth Framework to discover bluetooth devices for macos APP, code as below, the variable discoveredPeripherals
and print
statement in centralManager
callback, has no connected devices that show on my Macbook bluetooth settings, like ‘Devialet Gemini II’ on the image. The centralManager
callback is normal, the print
has print many other devices but ‘Devialet Gemini II’. And I’m sure its’ a BLE device.