Home
last modified time | relevance | path

Searched refs:headerset (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMasClient.java127 HeaderSet headerset = new HeaderSet(); in connect() local
128 headerset.setHeader(HeaderSet.TARGET, BLUETOOTH_UUID_OBEX_MAS); in connect()
133 oap.addToHeaderSet(headerset); in connect()
135 headerset = mSession.connect(headerset); in connect()
136 Log.d(TAG, "Connection results" + headerset.getResponseCode()); in connect()
138 if (headerset.getResponseCode() == ResponseCodes.OBEX_HTTP_OK) { in connect()
DMnsObexServer.java104 HeaderSet headerset; in onPut() local
105 headerset = op.getReceivedHeader(); in onPut()
107 String type = (String) headerset.getHeader(HeaderSet.TYPE); in onPut()
108 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in onPut()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DObexAppParameters.java60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet() argument
62 byte[] raw = (byte[]) headerset.getHeader(HeaderSet.APPLICATION_PARAMETER); in fromHeaderSet()
93 public void addToHeaderSet(HeaderSet headerset) { in addToHeaderSet() argument
95 headerset.setHeader(HeaderSet.APPLICATION_PARAMETER, getHeader()); in addToHeaderSet()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBookSize.java49 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
52 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullPhoneBook.java105 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
108 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequest.java119 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestPushMessage.java57 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
59 String handle = (String) headerset.getHeader(HeaderSet.NAME); in readResponseHeaders()
DRequestGetMessagesListing.java125 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
126 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DRequest.java166 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipRequest.java135 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument