Searched refs:PBAP_PSE (Results 1 – 4 of 4) sorted by relevance
149 mCurrentDevice.sdpSearch(BluetoothUuid.PBAP_PSE); in enter()227 Log.v(TAG, "expected UUID: " + BluetoothUuid.PBAP_PSE.toString()); in onReceive()229 if (uuid.equals(BluetoothUuid.PBAP_PSE)) { in onReceive()
297 if (VDBG) Log.v(TAG, "connectSocket: UUID: " + BluetoothUuid.PBAP_PSE.getUuid()); in connectSocket()299 mDevice.createRfcommSocketToServiceRecord(BluetoothUuid.PBAP_PSE.getUuid()); in connectSocket()
115 BluetoothUuid.PBAP_PSE in sProfileActions.put() argument
872 && ArrayUtils.contains(remoteDeviceUuids, BluetoothUuid.PBAP_PSE); in isSupported()