Searched defs:masInstanceId (Results 1 - 3 of 3) sorted by last modified time

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java1241 public void setMasInstanceId(int masInstanceId) { argument
1242 if (masInstanceId < 0 || masInstanceId > 0x00FF) {
1245 this.mMasInstanceId = masInstanceId;
H A DBluetoothMnsObexClient.java415 * @param masInstanceId the MasId of the instance sending the event.
417 public void sendEvent(byte[] eventBytes, int masInstanceId) { argument
420 Message msg = mHandler.obtainMessage(MSG_MNS_SEND_EVENT, masInstanceId, 0, eventBytes);
436 private int sendEventHandler(byte[] eventBytes, int masInstanceId) { argument
451 appParams.setMasInstanceId(masInstanceId);
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java237 void sdpMasRecordFoundCallback(int status, byte[] address, byte[] uuid, int masInstanceId, argument
250 sdpRecord = new SdpMasRecord(masInstanceId, l2capPsm, rfcommCannelNumber,

Completed in 378 milliseconds