Searched refs:getSupportedFeatures (Results 1 – 5 of 5) sorted by relevance
417 public synchronized int getSupportedFeatures(BluetoothDevice device) { in getSupportedFeatures() method in MapClientService423 return mapStateMachine.getSupportedFeatures(); in getSupportedFeatures()593 public int getSupportedFeatures(BluetoothDevice device) { in getSupportedFeatures() method in MapClientService.Binder604 return service.getSupportedFeatures(device); in getSupportedFeatures()
332 synchronized int getSupportedFeatures() { in getSupportedFeatures() method in MceStateMachine335 return mMasClient.getSdpMasRecord().getSupportedFeatures(); in getSupportedFeatures()
322 final int features = masRecord.getSupportedFeatures(); in supportsReply()
338 Log.d(TAG, "Remote PbapSupportedFeatures " + mPseRec.getSupportedFeatures()); in connectObexSession()
1130 .setRemoteFeatureMask(mMnsRecord.getSupportedFeatures()); in onReceive()