From f65994ef319683aa4e0c454b511c17378567f5b6 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 26 Sep 2014 16:04:15 +0200 Subject: [PATCH] android/README: Update with new configuration options --- android/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/android/README b/android/README index 706d42467..4bfe10bff 100644 --- a/android/README +++ b/android/README @@ -216,6 +216,18 @@ model Set model name used as default adapter name. If not set fallback to "ro.product.model". name Set model number in DIS. If not set fallback to "ro.product.name". +serialno Set serial number in DIS. If not set fallback to + "ro.serialno". +systemid Set system ID in DIS. Hex string encoded uint64. +pnpid PnP information used in DIS and DID profiles. + Required format: "Source:VID:PID:Version". + Source must be either "bluetooth" or "usb". + VID, PID and Version are uint16. Version is + optional. +fwrev Firmware revision in DIS. If not set fallback to + "ro.build.version.release". +hwrew Hardware revision in DIS. If not set fallback to + "ro.board.platform". Building and running on Linux -- 2.47.3