HomeSort by relevance Sort by last modified time
    Searched refs:sent_mcast_filters (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 683 p_bcb->sent_mcast_filters = num_filters;
767 p_status->sent_mcast_filters = p_bcb->sent_mcast_filters;
bnep_int.h 143 UINT16 sent_mcast_filters; member in struct:__anon3059
bnep_utils.c 343 UINT16_TO_BE_STREAM (p, (2 * BD_ADDR_LEN * p_bcb->sent_mcast_filters));
344 for (xx = 0; xx < p_bcb->sent_mcast_filters; xx++)
352 p_buf->len = 4 + (2 * BD_ADDR_LEN * p_bcb->sent_mcast_filters);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 214 UINT16 sent_mcast_filters; member in struct:__anon3215

Completed in 1904 milliseconds