Loading src/com/android/bluetooth/map/BluetoothMapAppParams.java +2 −2 Original line number Diff line number Diff line Loading @@ -209,10 +209,10 @@ public class BluetoothMapAppParams { setFilterReadStatus(appParams[i] & 0x03); // Lower two bits break; case FILTER_RECIPIENT: setFilterRecipient(new String(appParams, i, tagLength)); setFilterRecipient(new String(appParams, i, tagLength - 1)); break; case FILTER_ORIGINATOR: setFilterOriginator(new String(appParams, i, tagLength)); setFilterOriginator(new String(appParams, i, tagLength - 1)); break; case FILTER_PRIORITY: if (tagLength != FILTER_PRIORITY_LEN) { Loading Loading
src/com/android/bluetooth/map/BluetoothMapAppParams.java +2 −2 Original line number Diff line number Diff line Loading @@ -209,10 +209,10 @@ public class BluetoothMapAppParams { setFilterReadStatus(appParams[i] & 0x03); // Lower two bits break; case FILTER_RECIPIENT: setFilterRecipient(new String(appParams, i, tagLength)); setFilterRecipient(new String(appParams, i, tagLength - 1)); break; case FILTER_ORIGINATOR: setFilterOriginator(new String(appParams, i, tagLength)); setFilterOriginator(new String(appParams, i, tagLength - 1)); break; case FILTER_PRIORITY: if (tagLength != FILTER_PRIORITY_LEN) { Loading