Searched refs:mNextNotificationId (Results 1 – 1 of 1) sorted by relevance
155 private volatile int mNextNotificationId = PBAP_NOTIFICATION_ID_START; field in BluetoothPbapService930 mNextNotificationId); in onConnect()931 mNextNotificationId++; in onConnect()932 if (mNextNotificationId == PBAP_NOTIFICATION_ID_END) { in onConnect()933 mNextNotificationId = PBAP_NOTIFICATION_ID_START; in onConnect()