Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java68 private static final int MAXIMUM_DEVICES = 10; field in PbapClientService
504 && mPbapClientStateMachineMap.size() < MAXIMUM_DEVICES) { in connect()