react-native-ble-manager
Advanced tools
Comparing version 6.6.2 to 6.6.4
@@ -46,3 +46,3 @@ declare module 'react-native-ble-manager' { | ||
export function getConnectedPeripherals(serviceUUIDs: string[]): Promise<void> | ||
export function getConnectedPeripherals(serviceUUIDs: string[]): Promise<any[]> | ||
export function getDiscoveredPeripherals(): Promise<any[]> | ||
@@ -49,0 +49,0 @@ export function isPeripheralConnected(peripheralID: string, serviceUUIDs: string[]): Promise<boolean> |
{ | ||
"name": "react-native-ble-manager", | ||
"version": "6.6.2", | ||
"version": "6.6.4", | ||
"description": "A BLE module for react native.", | ||
@@ -5,0 +5,0 @@ "main": "BleManager", |
@@ -500,3 +500,3 @@ # react-native-ble-manager | ||
}) | ||
.cache((error) => { | ||
.catch((error) => { | ||
console.error(error) | ||
@@ -503,0 +503,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
184232
2216