mirror of
https://github.com/google/bumble.git
synced 2026-05-09 04:08:02 +00:00
device: always prefer R2 for remote name request
This commit is contained in:
@@ -2237,8 +2237,7 @@ class Device(CompositeEventEmitter):
|
|||||||
result = await self.send_command(
|
result = await self.send_command(
|
||||||
HCI_Remote_Name_Request_Command(
|
HCI_Remote_Name_Request_Command(
|
||||||
bd_addr=peer_address,
|
bd_addr=peer_address,
|
||||||
# TODO investigate other options
|
page_scan_repetition_mode=HCI_Remote_Name_Request_Command.R2,
|
||||||
page_scan_repetition_mode=HCI_Remote_Name_Request_Command.R0,
|
|
||||||
reserved=0,
|
reserved=0,
|
||||||
clock_offset=0, # TODO investigate non-0 values
|
clock_offset=0, # TODO investigate non-0 values
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user