Searched defs:supportedFeatures (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java444 public void setRemoteFeatureMask(int supportedFeatures) { argument
446 mRemoteFeatureMask = supportedFeatures;
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java234 int supportedFeatures,
252 supportedFeatures,
266 int supportedFeatures,
282 supportedFeatures,
295 int supportedFeatures,
311 supportedFeatures,
229 sdpMasRecordFoundCallback(int status, byte[] address, byte[] uuid, int masInstanceId, int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, int supportedMessageTypes, String serviceName, boolean moreResults) argument
262 sdpMnsRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, String serviceName, boolean moreResults) argument
291 sdpPseRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, int supportedRepositories, String serviceName, boolean moreResults) argument

Completed in 52 milliseconds