Searched refs:masId (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 267 private void stopObexServerSessions(int masId) { in stopObexServerSessions() argument 272 if(masId != -1) { in stopObexServerSessions() 275 if(masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions() 287 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions() 393 private void onConnectHandler(int masId) { in onConnectHandler() argument 397 BluetoothMapMasInstance masInst = mMasInstances.get(masId); in onConnectHandler() 636 int masId = getNextMasId(); in updateMasInstancesHandler() local 641 masId, in updateMasInstancesHandler() 643 mMasInstances.append(masId, newInst); in updateMasInstancesHandler() 682 int masId = mMasInstances.keyAt(i); in getNextMasId() local [all …]
|
D | BluetoothMapMasInstance.java | 79 int masId, in BluetoothMapMasInstance() argument 88 mMasInstanceId = masId; in BluetoothMapMasInstance() 207 String masId = String.format("%02x", mMasInstanceId & 0xff); in initSocket() local 225 String sdpString = masId + msgTypes + masName; in initSocket() 226 if(V) Log.d(TAG, " masId = " + masId + in initSocket()
|
D | BluetoothMnsObexClient.java | 176 public void handleRegistration(int masId, int notificationStatus){ in handleRegistration() argument 177 if(D) Log.d(TAG, "handleRegistration( " + masId + ", " + notificationStatus + ")"); in handleRegistration() 180 mRegisteredMasIds.delete(masId); in handleRegistration() 189 mRegisteredMasIds.put(masId, true); // We don't use the value for anything in handleRegistration()
|
D | BluetoothMapObexServer.java | 105 int masId, in BluetoothMapObexServer() argument 114 mMasId = masId; in BluetoothMapObexServer()
|