Plugin.BLE.BleImplementation.GetInitialStateNative C# (CSharp) Method

GetInitialStateNative() protected method

protected GetInitialStateNative ( ) : BluetoothState
return BluetoothState
        protected override BluetoothState GetInitialStateNative()
        {
            return GetState();
        }