Komut
connected()
Açıklama
Başka bir BLE cihazı bağlıysa sorgula
Sözdizimi
BLE.connected ()
Parametreler
Yok
İadeler
başka bir BLE cihazı bağlıysa true, aksi takdirde false olur.
Misal
…
// while the central is still connected to peripheral:
while (BLE.connected()) {
// ...
}
…
// while the central is still connected to peripheral:
while (BLE.connected()) {
// ...
}
…
See Also
- disconnect()
- address()
- rssi()
- setAdvertisedServiceUuid()
- setAdvertisedService()
- setManufacturerData()
- setLocalName()
- setDeviceName()
- setAppearance()
- addService()
- advertise()
- stopAdvertise()
- central()
- setAdvertisingInterval()
- setConnectionInterval()
- setConnectable()