OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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:__anon5847
bnep_utils.c
344
UINT16_TO_BE_STREAM (p, (2 * BD_ADDR_LEN * p_bcb->
sent_mcast_filters
));
345
for (xx = 0; xx < p_bcb->
sent_mcast_filters
; xx++)
353
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:__anon6006
Completed in 557 milliseconds