Package com.tomtom.ivi.sdk.communications.bleserver

This contains the BluetoothConnectivityServer, which is the server side implementation of the Bluetooth Low Energy connectivity. This is intended to run on the companion app.

Types

Link copied to clipboard
class BluetoothConnectivityServer : ConnectivityServer

Provides a ConnectivityServer implementation that uses Bluetooth Low Energy as communications channel.

Link copied to clipboard
class CommunicationsGattServer(context: Context, coroutineScope: CoroutineScope) : LifecycleObserver

Wrapper for BluetoothGattServer that uses coroutines to manage all asynchronous calls.

Link copied to clipboard
interface CommunicationsGattServerListener