Searched defs:supported_features (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DSdpMnsRecord.java31 int supported_features,
35 this.mSupportedFeatures = supported_features;
28 SdpMnsRecord(int l2cap_psm, int rfcomm_channel_number, int profile_version, int supported_features, String service_name) argument
H A DSdpPseRecord.java33 int supported_features,
39 this.mSupportedFeatures = supported_features;
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.java40 int supported_features,
47 this.mSupportedFeatures = supported_features;
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 83 milliseconds