mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
AVRCP: Add SDP record class and finder
This commit is contained in:
@@ -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)
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user