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
195
(!to_add && p_cb->num_empty_filter == p_cb->
max_filter_entries
))
240
p_cb->num_empty_filter = p_cb->
max_filter_entries
;
btm_ble_int.h
283
UINT8
max_filter_entries
; /* Maximum number of entries that can be stored */
member in struct:__anon5862
btm_devctl.c
925
STREAM_TO_UINT8(btm_cb.ble_ctr_cb.
max_filter_entries
, p);
926
btm_cb.ble_ctr_cb.num_empty_filter = btm_cb.ble_ctr_cb.
max_filter_entries
;
[
all
...]
Completed in 90 milliseconds