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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientConnectionHandler.java55 private static final byte[] PBAP_TARGET = new byte[]{ field in class:PbapClientConnectionHandler
286 connectionRequest.setHeader(HeaderSet.TARGET, PBAP_TARGET);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java76 private static final byte[] PBAP_TARGET = new byte[] { field in class:BluetoothPbapObexServer
215 if (uuid[i] != PBAP_TARGET[i]) {

Completed in 64 milliseconds