* 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)
| 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 |
no outgoing calls
no test coverage detected