Searched refs:mHandles (Results 1 – 3 of 3) sorted by relevance
70 protected int mHandles = 0; field in BluetoothGattService269 return mHandles; in getHandles()279 mHandles = handles; in setHandles()
96 private Map<String, String> mHandles = new ConcurrentHashMap<>(1); /* UUID -> handle */ field in AvrcpCoverArtManager.AvrcpBipSession103 mHandles.put(newUuid, handle); in getHandleUuid()108 return mHandles.get(uuid); in getUuidHandle()113 mHandles.clear(); in clearHandleUuids()
435 Landroid/bluetooth/BluetoothGattService;->mHandles:I