From ad37080b9497dfac044333d8a9031086d6fb926b Mon Sep 17 00:00:00 2001 From: Marco Sinigaglia Date: Thu, 29 Feb 2024 09:37:23 +0100 Subject: [PATCH] Update methods.markdown --- docs/methods.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/methods.markdown b/docs/methods.markdown index 7e74f2eb..380d2d8c 100644 --- a/docs/methods.markdown +++ b/docs/methods.markdown @@ -153,7 +153,7 @@ BleManager.disconnect("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX") ## enableBluetooth() [Android only] -Create the request to the user to activate the bluetooth. +Create the ACTION_REQUEST_ENABLE to ask the user to activate the bluetooth. Returns a `Promise` object. **Examples**