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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java941 public static final String FILTER_PERIOD_BEGIN = "t_begin"; field in class:BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java39 private static final int FILTER_PERIOD_BEGIN = 0x04; field in class:BluetoothMapAppParams
257 case FILTER_PERIOD_BEGIN:
261 Log.w(TAG, "FILTER_PERIOD_BEGIN: Wrong length received: " + tagLength +
613 appParamBuf.put((byte) FILTER_PERIOD_BEGIN);

Completed in 119 milliseconds