mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
Fix typo
This commit is contained in:
@@ -53,7 +53,7 @@ async def make_hfp_connections(
|
||||
client_dlc = await client_mux.open_dlc(rfcomm_channel)
|
||||
server_dlc = await wait_dlc
|
||||
|
||||
# Setup HFP connnection
|
||||
# Setup HFP connection
|
||||
hf = hfp.HfProtocol(client_dlc, hf_config)
|
||||
ag = hfp.HfpProtocol(server_dlc)
|
||||
return hf, ag
|
||||
|
||||
Reference in New Issue
Block a user