mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
This commit is contained in:
parent
eceb7ca1fc
commit
8eacf8817c
@ -569,10 +569,10 @@ export class BluetoothLE extends IonicNativePlugin {
|
|||||||
* @name reconnect
|
* @name reconnect
|
||||||
* Reconnect to a previously connected Bluetooth device
|
* Reconnect to a previously connected Bluetooth device
|
||||||
* @param {{address: string}} params The address/identifier
|
* @param {{address: string}} params The address/identifier
|
||||||
* @returns {(Observable<{ status: DeviceInfo }>)}
|
* @returns {(Observable<DeviceInfo>)}
|
||||||
*/
|
*/
|
||||||
@Cordova({ callbackOrder: 'reverse', observable: true })
|
@Cordova({ callbackOrder: 'reverse', observable: true })
|
||||||
reconnect(params: { address: string }): Observable<{ status: DeviceInfo }> {
|
reconnect(params: { address: string }): Observable<DeviceInfo> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user