Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java143 private static final int PBAP_NOTIFICATION_ID_START = 1000000; field in BluetoothPbapService
155 private volatile int mNextNotificationId = PBAP_NOTIFICATION_ID_START;
933 mNextNotificationId = PBAP_NOTIFICATION_ID_START; in onConnect()