OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_empty_filter
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c
80
if ((to_add && p_cb->
num_empty_filter
== 0) ||
81
(!to_add && p_cb->
num_empty_filter
== p_cb->max_filter_entries))
83
BTM_TRACE_ERROR1("WL full or empty, unable to update to WL. num_entry available: %d", p_cb->
num_empty_filter
);
156
p_cb->
num_empty_filter
= p_cb->max_filter_entries;
172
p_cb->
num_empty_filter
--;
187
p_cb->
num_empty_filter
++;
228
if ((to_add && (p_cb->bg_dev_num == BTM_BLE_MAX_BG_CONN_DEV_NUM || p_cb->
num_empty_filter
== 0)))
230
BTM_TRACE_DEBUG1("
num_empty_filter
= %d", p_cb->
num_empty_filter
);
btm_ble_int.h
216
UINT8
num_empty_filter
; /* Number of entries in white list */
member in struct:__anon3068
btm_devctl.c
875
btm_cb.ble_ctr_cb.
num_empty_filter
= btm_cb.ble_ctr_cb.max_filter_entries;
[
all
...]
Completed in 52 milliseconds