Searched defs:profile_version (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DSdpSapsRecord.java29 int profile_version,
32 this.mProfileVersion = profile_version;
28 SdpSapsRecord(int rfcomm_channel_number, int profile_version, String service_name) argument
H A DSdpMnsRecord.java30 int profile_version,
37 this.mProfileVersion = profile_version;
28 SdpMnsRecord(int l2cap_psm, int rfcomm_channel_number, int profile_version, int supported_features, String service_name) argument
H A DSdpPseRecord.java32 int profile_version,
38 this.mProfileVersion = profile_version;
30 SdpPseRecord(int l2cap_psm, int rfcomm_channel_number, int profile_version, int supported_features, int supported_repositories, String service_name) argument
H A DSdpMasRecord.java39 int profile_version,
46 this.mProfileVersion = profile_version;
36 SdpMasRecord(int mas_instance_id, int l2cap_psm, int rfcomm_channel_number, int profile_version, int supported_features, int supported_message_types, String service_name) argument

Completed in 50 milliseconds