diff --git a/src/@awesome-cordova-plugins/plugins/diagnostic/index.ts b/src/@awesome-cordova-plugins/plugins/diagnostic/index.ts index 75b49856d..78bd39e0c 100644 --- a/src/@awesome-cordova-plugins/plugins/diagnostic/index.ts +++ b/src/@awesome-cordova-plugins/plugins/diagnostic/index.ts @@ -687,6 +687,16 @@ export class Diagnostic extends AwesomeCordovaNativePlugin { return; } + /** + * Returns the Bluetooth authorization status of the application on the device. + * + * @returns {Promise} + */ + @Cordova({ platforms: ['Android', 'iOS'] }) + getBluetoothAuthorizationStatus(): Promise { + return; + } + /** * Checks if the application is authorized to use external storage. *