Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java417 public synchronized int getSupportedFeatures(BluetoothDevice device) { in getSupportedFeatures() method in MapClientService
423 return mapStateMachine.getSupportedFeatures(); in getSupportedFeatures()
593 public int getSupportedFeatures(BluetoothDevice device) { in getSupportedFeatures() method in MapClientService.Binder
604 return service.getSupportedFeatures(device); in getSupportedFeatures()
DMceStateMachine.java332 synchronized int getSupportedFeatures() { in getSupportedFeatures() method in MceStateMachine
335 return mMasClient.getSdpMasRecord().getSupportedFeatures(); in getSupportedFeatures()
/packages/apps/Car/Messenger/src/com/android/car/messenger/bluetooth/
DBluetoothMonitor.java322 final int features = masRecord.getSupportedFeatures(); in supportsReply()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java338 Log.d(TAG, "Remote PbapSupportedFeatures " + mPseRec.getSupportedFeatures()); in connectObexSession()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java1130 .setRemoteFeatureMask(mMnsRecord.getSupportedFeatures()); in onReceive()