Searched refs:mNextNotificationId (Results 1 – 1 of 1) sorted by relevance
158 private volatile int mNextNotificationId = PBAP_NOTIFICATION_ID_START; field in BluetoothPbapService669 socket, this, mSessionStatusHandler, mNextNotificationId); in onConnect()670 mNextNotificationId++; in onConnect()671 if (mNextNotificationId == PBAP_NOTIFICATION_ID_END) { in onConnect()672 mNextNotificationId = PBAP_NOTIFICATION_ID_START; in onConnect()