Home
last modified time | relevance | path

Searched refs:sdp_hdr (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs81 let sdp_hdr = unsafe { in from() localVariable
85 let sdp_type = BtSdpType::from(sdp_hdr.type_); in from()
86 let uuid = sdp_hdr.uuid; in from()
87 let service_name_length = sdp_hdr.service_name_length; in from()
91 sdp_hdr.service_name as *const u8, in from()
92 sdp_hdr.service_name_length as usize, in from()
95 sdp_hdr.service_name_length as usize, in from()
97 let rfcomm_channel_number = sdp_hdr.rfcomm_channel_number; in from()
98 let l2cap_psm = sdp_hdr.l2cap_psm; in from()
99 let profile_version = sdp_hdr.profile_version; in from()