Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvtFilterOnFoundOnLostInfo.java22 public class AdvtFilterOnFoundOnLostInfo { class
42 public AdvtFilterOnFoundOnLostInfo(int clientIf, int advPktLen, byte[] advPkt, int scanRspLen, in AdvtFilterOnFoundOnLostInfo() method in AdvtFilterOnFoundOnLostInfo
DGattService.java1730 AdvtFilterOnFoundOnLostInfo createOnTrackAdvFoundLostObject(int clientIf, int advPktLen, in createOnTrackAdvFoundLostObject()
1735 return new AdvtFilterOnFoundOnLostInfo(clientIf, advPktLen, advPkt, scanRspLen, scanRsp, in createOnTrackAdvFoundLostObject()
1740 void onTrackAdvFoundLost(AdvtFilterOnFoundOnLostInfo trackingInfo) throws RemoteException { in onTrackAdvFoundLost()