diff --git a/android/client/if-gatt.c b/android/client/if-gatt.c
index 2b874c3..112a49d 100644
--- a/android/client/if-gatt.c
+++ b/android/client/if-gatt.c
VERIFY_UUID(9, &p_uuid_mask);
VERIFY_ADDR_ARG(10, &bd_addr);
VERIFY_ADDR_TYPE(11, addr_type);
- VERIFY_DATA_LEN(12, data_len);
- GET_VERIFY_HEX_STRING(13, p_data, data_len);
- VERIFY_MASK_LEN(14, mask_len);
- GET_VERIFY_HEX_STRING(15, p_mask, mask_len);
+ GET_VERIFY_HEX_STRING(12, p_data, data_len);
+ GET_VERIFY_HEX_STRING(13, p_mask, mask_len);
EXEC(if_gatt->client->scan_filter_add_remove, client_if, action,
filt_type, filt_index, company_id, company_id_mask,
STD_METHODCH(scan_filter_add_remove, "<client_if> <action> <filt_type>"
" <filt_index> <company_id> <company_id_mask>"
" [<p_uuid>] <p_uuid_mask> <addr> <addr_type>"
- " <data_len> [<p_data>] <mask_len> [<p_mask>]"),
+ " [<p_data>] [<p_mask>]"),
STD_METHODCH(scan_filter_clear, "<client_if> <filt_index>"),
STD_METHODCH(scan_filter_enable, "<client_if> [<enable>]"),
#else