OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_num_filters
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/bnep/
bnep_api.c
617
p_bcb->
sent_num_filters
= num_filters;
766
p_status->
sent_num_filters
= p_bcb->
sent_num_filters
;
bnep_int.h
139
UINT16
sent_num_filters
;
member in struct:__anon2559
bnep_utils.c
291
UINT16_TO_BE_STREAM (p, (4 * p_bcb->
sent_num_filters
));
292
for (xx = 0; xx < p_bcb->
sent_num_filters
; xx++)
298
p_buf->len = 4 + (4 * p_bcb->
sent_num_filters
);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
bnep_api.h
213
UINT16
sent_num_filters
;
member in struct:__anon2703
Completed in 2413 milliseconds