Searched defs:FILTER_PERIOD_END (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java947 public static final String FILTER_PERIOD_END = "t_end"; field in class:BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java41 private static final int FILTER_PERIOD_END = 0x05; field in class:BluetoothMapAppParams
266 case FILTER_PERIOD_END:
270 Log.w(TAG, "FILTER_PERIOD_END: Wrong length received: " + tagLength +
619 appParamBuf.put((byte) FILTER_PERIOD_END);

Completed in 4254 milliseconds