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