iAlborz
iAlborz

Reputation: 21

How to get the battery level of bluetooth connected devices

iOS 9's battery widget in notification enter shows the battery level of the device itself, and other peripherals connected via bluetooth. (Apple pencil / Apple watch / BT speakers / BT headphones)

how to get those numbers in iOS?

Upvotes: 2

Views: 1326

Answers (1)

SwiftNinja
SwiftNinja

Reputation: 127

In my opinion the possible method is to use CoreBluetooth and discover the connected devices. Connect to the Apple Watch and subscribe to it's service which shows the battery level of the device. This is a possible way for connected peripherials through bluetooth.

Upvotes: 1

Related Questions