mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(ble): add return docs for startScanWithOptions
This commit is contained in:
@@ -211,6 +211,7 @@ export class BLE {
|
|||||||
* Scans for BLE devices. This function operates similarly to the `startScan` function, but allows you to specify extra options (like allowing duplicate device reports).
|
* Scans for BLE devices. This function operates similarly to the `startScan` function, but allows you to specify extra options (like allowing duplicate device reports).
|
||||||
* @param {string[]} services List of service UUIDs to discover, or `[]` to find all devices
|
* @param {string[]} services List of service UUIDs to discover, or `[]` to find all devices
|
||||||
* @param options {any}
|
* @param options {any}
|
||||||
|
* @return Returns an Observable that notifies of each peripheral discovered.
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
observable: true,
|
observable: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user