summaryrefslogtreecommitdiff
path: root/net/bluetooth/a2mp.h
diff options
context:
space:
mode:
authorAlain Michaud <alainm@chromium.org>2020-07-31 04:05:34 +0300
committerMarcel Holtmann <marcel@holtmann.org>2020-07-31 09:28:23 +0300
commit9a9373ffc7338377c3837ce0ccd40f5c4402c9d1 (patch)
treeb3d3a5cf344079e349fe118fd959fa02bc335a91 /net/bluetooth/a2mp.h
parent34ec58b9fd1c0a353892e962fb0d4834d0d7283d (diff)
downloadlinux-9a9373ffc7338377c3837ce0ccd40f5c4402c9d1.tar.xz
Bluetooth: use the proper scan params when conn is pending
When an LE connection is requested and an RPA update is needed via hci_connect_le_scan, the default scanning parameters are used rather than the connect parameters. This leads to significant delays in the connection establishment process when using lower duty cycle scanning parameters. The patch simply looks at the pended connection list when trying to determine which scanning parameters should be used. Before: < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 8                             #378 [hci0] 1659.247156         Own address type: Public (0x00)         Filter policy: Ignore not in white list (0x01)         PHYs: 0x01         Entry 0: LE 1M           Type: Passive (0x00)           Interval: 367.500 msec (0x024c)           Window: 37.500 msec (0x003c) After: < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 8                               #39 [hci0] 7.422109         Own address type: Public (0x00)         Filter policy: Ignore not in white list (0x01)         PHYs: 0x01         Entry 0: LE 1M           Type: Passive (0x00)           Interval: 60.000 msec (0x0060)           Window: 60.000 msec (0x0060) Signed-off-by: Alain Michaud <alainm@chromium.org> Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org> Reviewed-by: Yu Liu <yudiliu@google.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/a2mp.h')
0 files changed, 0 insertions, 0 deletions