MCPcopy Create free account
hub / github.com/dotintent/react-native-ble-plx / readRSSIForDevice

Method readRSSIForDevice

src/BleModule.js:360–360  ·  view source on GitHub ↗

* Reads RSSI for connected device. * * @param {DeviceId} deviceIdentifier Device identifier. * @param {TransactionId} transactionId Transaction handle used to cancel operation * @returns {Promise } Connected device with updated RSSI value. * @private

(deviceIdentifier: DeviceId, transactionId: TransactionId)

Source from the content-addressed store, hash-verified

358 * @private
359 */
360 readRSSIForDevice(deviceIdentifier: DeviceId, transactionId: TransactionId): Promise<NativeDevice>;
361
362 /**
363 * Request new MTU value for this device. This function currently is not doing anything

Callers 9

startReadRSSIForDeviceFunction · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
startReadRSSIForDeviceFunction · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
readRSSIForDeviceMethod · 0.65
readRSSIMethod · 0.65
BleManager.jsFile · 0.65

Implementers 1

BlePlxModuleandroid/src/main/java/com/bleplx/BlePl

Calls

no outgoing calls

Tested by

no test coverage detected