Searched refs:AdvtFilterOnFoundOnLostInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | AdvtFilterOnFoundOnLostInfo.java | 22 public class AdvtFilterOnFoundOnLostInfo { class 42 public AdvtFilterOnFoundOnLostInfo(int clientIf, int advPktLen, byte[] advPkt, int scanRspLen, in AdvtFilterOnFoundOnLostInfo() method in AdvtFilterOnFoundOnLostInfo
|
D | GattService.java | 1730 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()
|