HomeSort by relevance Sort by last modified time
    Searched defs:num_filters (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 903 UINT16 num_filters = 0; local
925 num_filters = (UINT16) (len >> 2);
928 if (num_filters <= BNEP_MAX_PROT_FILTERS)
931 for (xx = 0; xx < num_filters; xx++)
955 p_bcb->rcvd_num_filters = num_filters;
956 for (xx = 0; xx < num_filters; xx++)
1091 UINT16 num_filters, xx; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 5360 uint32 num_filters; member in struct:trf_mgmt_filter_list
    [all...]

Completed in 9379 milliseconds