File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ def connections(self):
254
254
255
255
@property
256
256
def name (self ):
257
- """The default name for this device. Used in advertisements and
257
+ """The name for this device. Used in advertisements and
258
258
as the Device Name in the Generic Access Service, available to a connected peer.
259
259
"""
260
260
return self ._adapter .name
Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ def from_entry(cls, entry):
243
243
244
244
@property
245
245
def rssi (self ):
246
- """Signal strength of the scanned advertisement. Only available on Advertisements created
247
- from ScanEntry objects . (read-only)"""
246
+ """Signal strength of the scanned advertisement. Only available on Advertisements returned
247
+ from `BLERadio.start_scan()` . (read-only)"""
248
248
return self ._rssi
249
249
250
250
@classmethod
You can’t perform that action at this time.
0 commit comments