internal AndroidBthDeviceInfo DoGetBluetoothDeviceInfoInternalOnly(BluetoothAddress address)
 {
     return(AndroidBthDeviceInfo.CreateFromGivenAddress(this, address, false));
 }
 //--
 protected override IBluetoothDeviceInfo GetBluetoothDeviceInfo(BluetoothAddress address)
 {
     return(AndroidBthDeviceInfo.CreateFromGivenAddress(this, address, true));
 }