OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_config_filter_remove
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
62
int
btif_config_filter_remove
(const char* section, const char* filter[], int filter_count, int max_allowed);
/external/bluetooth/bluedroid/btif/src/
btif_config.c
252
int
btif_config_filter_remove
(const char* section, const char* filter[], int filter_count, int max_allowed)
function
877
btif_config_filter_remove
("Remote", exclude_filter, sizeof(exclude_filter)/sizeof(char*),
btif_gatt_client.c
487
btif_config_filter_remove
("Remote", exclude_filter, sizeof(exclude_filter)/sizeof(char*),
[
all
...]
btif_storage.c
266
btif_config_filter_remove
("Remote", exclude_filter, sizeof(exclude_filter)/sizeof(char*),
[
all
...]
Completed in 96 milliseconds