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
192
(!to_add && p_cb->num_empty_filter == p_cb->
max_filter_entries
))
234
p_cb->num_empty_filter = p_cb->
max_filter_entries
;
btm_ble_int.h
227
UINT8
max_filter_entries
; /* Maximum number of entries that can be stored */
member in struct:__anon803
btm_devctl.c
869
STREAM_TO_UINT8(btm_cb.ble_ctr_cb.
max_filter_entries
, p);
870
btm_cb.ble_ctr_cb.num_empty_filter = btm_cb.ble_ctr_cb.
max_filter_entries
;
[
all
...]
Completed in 468 milliseconds