Searched defs:masId (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapService.java | 216 private void startSocketListeners(int masId) { in startSocketListeners() 294 private void stopObexServerSessions(int masId) { in stopObexServerSessions() 471 private void onConnectHandler(int masId) { in onConnectHandler() 796 int masId = getNextMasId(); in updateMasInstancesHandler() local 831 int masId = mMasInstances.keyAt(i); in getNextMasId() local 849 int masId = MAS_ID_SMS_MMS; in createMasInstances() local 989 void sendStartListenerMessage(int masId) { in sendStartListenerMessage() 1003 private void sendConnectMessage(int masId) { in sendConnectMessage()
|
H A D | BluetoothMnsObexClient.java | 102 MnsSdpSearchInfo(boolean isSearchON, int masId, int notification) { in MnsSdpSearchInfo() 238 public synchronized void handleRegistration(int masId, int notificationStatus) { in handleRegistration()
|
H A D | BluetoothMapMasInstance.java | 123 BluetoothMapAccountItem account, int masId, boolean enableSmsMms) { in BluetoothMapMasInstance()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
H A D | SdpManager.java | 85 private native int sdpCreateMapMasRecordNative(String serviceName, int masId, int rfcommChannel, in sdpCreateMapMasRecordNative() 543 public int createMapMasRecord(String serviceName, int masId, int rfcommChannel, int l2capPsm, in createMapMasRecord()
|