AVRCP: Add SDP record class and finder

This commit is contained in:
Josh Wu
2026-01-29 15:18:45 +08:00
parent c6815fb820
commit aedc971653
3 changed files with 272 additions and 145 deletions

View File

@@ -44,10 +44,10 @@ def sdp_records():
a2dp_sink_service_record_handle
),
avrcp_controller_service_record_handle: avrcp.make_controller_service_sdp_records(
avrcp_controller_service_record_handle
avrcp.ControllerServiceSdpRecord(avrcp_controller_service_record_handle)
),
avrcp_target_service_record_handle: avrcp.make_target_service_sdp_records(
avrcp_controller_service_record_handle
avrcp.TargetServiceSdpRecord(avrcp_target_service_record_handle)
),
}