Skip to content
Commit b8d267a4 authored by Hemant Gupta's avatar Hemant Gupta Committed by Ajay Panicker
Browse files

PBAP: Allow wearable handsfree device for PBAP Access

Allow wearable handsfree device for PBAP Access

Usecase:
1) Pair and connect with Jabra Stealth Headset.
2) Go out of range so that connection gets disconnected
3) Come back in range, so that reconnection happens.

Observation:
Headset fails to reconnect with DUT in some scenarios.

Root Cause:
Headset does not send page request to DUT in some scenarios
leading to reconnection issues. This propabaly happens because
Headset fails to connect PBAP in previous iteration so it goes
in bad state, and does not page after Link Supervision Timeout.

Current Settings code only allows Audio_video_Handsfree Class of
devices to have PBAP Access permission, and set Rejected Permission
for other Audio Device Class. This headset being Wearable Class (0x0404)
is set as PBAP Rejected, and all PBAP connection to DUT from this remote
device are rejected leading to issue of bad state in headset.

Fix:
Allow wearable class audio devices to also have PBAP access permission.

Bug: 29219133
Change-Id: I18d8412cbeb86c18610091898d1c79f26d3d808d
parent 83485046
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment