Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java151 private static final int PBAP_NOTIFICATION_ID_START = 1000000; field in BluetoothPbapService
161 private volatile int mNextNotificationId = PBAP_NOTIFICATION_ID_START;
756 mNextNotificationId = PBAP_NOTIFICATION_ID_START; in onConnect()