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.java87 private static final int NOTIFICATION_STATUS_LEN = 0x01; //, 0x0000, 0xFFFF), field in BluetoothMapAppParams
341 if (tagLength != NOTIFICATION_STATUS_LEN) { in parseParams()
343 + " expected: " + NOTIFICATION_STATUS_LEN); in parseParams()
676 appParamBuf.put((byte) NOTIFICATION_STATUS_LEN); in encodeParams()