ANDROID EMULATOR TRANSPORT¶
The Android emulator transport either connects, as a host, to a "Root Canal" virtual controller ("host" mode), or attaches a virtual controller to the Android Bluetooth host stack ("controller" mode).
Moniker¶
The moniker syntax for an Android Emulator transport is: android-emulator:[mode=<host|controller>][mode=<host|controller>].
Both the mode=<host|controller> and mode=<host|controller> parameters are optional (so the moniker android-emulator by itself is a valid moniker, which will create a transport in host mode, connected to localhost on the default gRPC port for the emulator)
Example
android-emulator
connect as a host to the emulator on localhost:8554
Example
android-emulator:mode=controller
connect as a controller to the emulator on localhost:8554
Example
android-emulator:localhost:8555
connect as a host to the emulator on localhost:8555