OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_filter_entries
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c
81
(!to_add && p_cb->num_empty_filter == p_cb->
max_filter_entries
))
156
p_cb->num_empty_filter = p_cb->
max_filter_entries
;
btm_ble_int.h
217
UINT8
max_filter_entries
; /* Maximum number of entries that can be stored */
member in struct:__anon3068
btm_devctl.c
874
STREAM_TO_UINT8(btm_cb.ble_ctr_cb.
max_filter_entries
, p);
875
btm_cb.ble_ctr_cb.num_empty_filter = btm_cb.ble_ctr_cb.
max_filter_entries
;
[
all
...]
Completed in 1751 milliseconds