Home
last modified time | relevance | path

Searched refs:getMasInstanceId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java684 if (getMasInstanceId() != INVALID_VALUE_PARAMETER) { in encodeParams()
687 appParamBuf.put((byte) getMasInstanceId()); in encodeParams()
1237 public int getMasInstanceId() { in getMasInstanceId() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1080 "TYPE_MESSAGE (GET): MASInstandeId = " + appParams.getMasInstanceId()); in onGet()
1623 if (mMasId == appParams.getMasInstanceId()) { in sendMASInstanceInformationRsp()