Package live.ditto.transports.ble
See: Description
-
Class Summary Class Description CommandQueueCallback CommandQueue BleClientOperation Abstract sealed class representing a type of BLE operation Connect Connect to device and perform service discovery Disconnect Disconnect from device and release all connection resources CharacteristicWrite Write payload as the value of a characteristic represented by characteristicUuid CharacteristicRead Read the value of a characteristic represented by characteristicUuid DescriptorWrite Write payload as the value of a descriptor represented by descriptorUuid DescriptorRead Read the value of a descriptor represented by descriptorUuid EnableNotifications Enable notifications/indications on a characteristic represented by characteristicUuid DisableNotifications Disable notifications/indications on a characteristic represented by characteristicUuid MtuRequest Request for an MTU of mtu Prefer2MPhy ConnectL2CapSocket BleServerOperation Abstract sealed class representing a type of BLE operation NotifyCharacteristicChanged DisconnectPeripheral Disconnect from device and release all connection resources AddService StartLegacyAdvertising StartAdvertisingSet DittoBluetoothManager Owns the BluetoothPlatform and references to the Rust-based BLE Client and Server transports. BleExtensionsKt