Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DFilterParams.java54 public int getClientIf () { in getClientIf() method in FilterParams
DAdvtFilterOnFoundOnLostInfo.java63 public int getClientIf () { in getClientIf() method in AdvtFilterOnFoundOnLostInfo
DGattService.java1091 if (DBG) Log.d(TAG, "onTrackAdvFoundLost() - clientIf= " + trackingInfo.getClientIf() in onTrackAdvFoundLost()
1095 ClientMap.App app = mClientMap.getById(trackingInfo.getClientIf()); in onTrackAdvFoundLost()
1109 if (client.clientIf == trackingInfo.getClientIf()) { in onTrackAdvFoundLost()