Home
last modified time | relevance | path

Searched refs:mNextNotificationId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java165 private volatile int mNextNotificationId = PBAP_NOTIFICATION_ID_START; field in BluetoothPbapService
760 socket, this, mSessionStatusHandler, mNextNotificationId); in onConnect()
761 mNextNotificationId++; in onConnect()
762 if (mNextNotificationId == PBAP_NOTIFICATION_ID_END) { in onConnect()
763 mNextNotificationId = PBAP_NOTIFICATION_ID_START; in onConnect()