mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
format
This commit is contained in:
@@ -1946,9 +1946,7 @@ class Device(CompositeEventEmitter):
|
||||
|
||||
@property
|
||||
def supports_le_extended_advertising(self):
|
||||
return self.supports_le_features(
|
||||
LeFeatureMask.LE_EXTENDED_ADVERTISING
|
||||
)
|
||||
return self.supports_le_features(LeFeatureMask.LE_EXTENDED_ADVERTISING)
|
||||
|
||||
async def start_advertising(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user