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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java935 public static final String FILTER_READ_STATUS = "read"; field in class:BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java41 private static final int FILTER_READ_STATUS = 0x06; field in class:BluetoothMapAppParams
273 case FILTER_READ_STATUS:
275 Log.w(TAG, "FILTER_READ_STATUS: Wrong length received: " + tagLength +
623 appParamBuf.put((byte) FILTER_READ_STATUS);

Completed in 101 milliseconds