Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java88 private static final int NOTIFICATION_STATUS_LEN = 0x01; //, 0x0000, 0xFFFF), field in BluetoothMapAppParams
339 if (tagLength != NOTIFICATION_STATUS_LEN) { in ParseParams()
341 " expected: " + NOTIFICATION_STATUS_LEN); in ParseParams()
665 appParamBuf.put((byte) NOTIFICATION_STATUS_LEN); in EncodeParams()