mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
fix numeric entries and phy request
This commit is contained in:
@@ -1291,8 +1291,10 @@ class Central(Connection.Listener):
|
||||
logging.info(color('### Connected', 'cyan'))
|
||||
self.connection.listener = self
|
||||
print_connection(self.connection)
|
||||
phy = await self.connection.get_phy()
|
||||
print_connection_phy(phy)
|
||||
|
||||
if not self.classic:
|
||||
phy = await self.connection.get_phy()
|
||||
print_connection_phy(phy)
|
||||
|
||||
# Switch roles if needed.
|
||||
if self.role_switch:
|
||||
|
||||
Reference in New Issue
Block a user