Home | History | Annotate | Download | only in jni

Lines Matching refs:filt_index

579                     p_adv_track_info->scan_rsp_len, jb_scan_rsp, p_adv_track_info->filt_index,
1348 filt_params.filt_index = env->CallIntMethod(params, methodId);;
1385 jint client_if, jint filt_index)
1393 filt_params.filt_index = filt_index;
1409 jint client_if, jint action, jint filt_type, jint filt_index, jint company_id,
1420 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index, 0,
1431 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index,
1445 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index,
1448 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index,
1459 filt_index, 0, 0, NULL, NULL, NULL, 0, strlen(c_name),
1473 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index,
1487 jint filt_type, jint filt_index, jint company_id, jint company_id_mask,
1493 gattClientScanFilterAddRemoveNative(env, object, client_if, action, filt_type, filt_index,
1500 jint filt_type, jint filt_index, jint company_id, jint company_id_mask,
1506 gattClientScanFilterAddRemoveNative(env, object, client_if, action, filt_type, filt_index,
1512 jint filt_index)
1515 sGattIf->client->scan_filter_clear(client_if, filt_index);