transistorsoft / cordova-background-geolocation-lt

The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
http://www.transistorsoft.com/shop/products/cordova-background-geolocation
Other
655 stars 277 forks source link

How can i send connectted bluetooth device list with extras? Is this possible? #1345

Closed mehmetkaynak closed 2 years ago

mehmetkaynak commented 2 years ago

Expected Behavior

Actual Behavior

Steps to Reproduce

1. 2. 3. 4.

Context

Debug logs

Logs ``` PASTE_YOUR_LOGS_HERE ```
christocracy commented 2 years ago
BackgroundGeolocation.setConfig({
  extras:  {
    deviceList:  yourDeviceList
  }
})
mehmetkaynak commented 2 years ago
BackgroundGeolocation.setConfig({
  extras:  {
    deviceList:  yourDeviceList
  }
})

i think this but active bluetooth device list live thing. how can i get active devicelist with your plugin? https://github.com/transistorsoft/cordova-plugin-background-fetch is this works?

christocracy commented 2 years ago

None of my plugin have anything to do with Bluetooth.

It's your own responsibility to collect a list of BT devices using some plugin specializing in BT.