Searched refs:sent_mcast_filters (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c683 p_bcb->sent_mcast_filters = num_filters;
767 p_status->sent_mcast_filters = p_bcb->sent_mcast_filters;
H A Dbnep_int.h143 UINT16 sent_mcast_filters; member in struct:__anon1004
H A Dbnep_utils.c343 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);
/external/bluetooth/bluedroid/stack/include/
H A Dbnep_api.h214 UINT16 sent_mcast_filters; member in struct:__anon1148

Completed in 176 milliseconds