how to list the paired bluetooth devices from iphone corebluetooth api

后端 未结 1 515
刺人心
刺人心 2021-01-25 06:07

I am trying to list the paired bluetooth devices. I know that I can get the list of connected devices by using retrieveConnectedPeripherals.

So my question is how I can

1条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-25 07:11

    You can use this BluetoothSerial. it will serve you all what you want.

    Lists bonded devices

    bluetoothSerial.list(success, failure);
    

    0 讨论(0)
提交回复
热议问题