Searched defs:get_all (Results 1 – 2 of 2) sorted by relevance
| /system/bt/include/ | ||
| D | stack_config.h | 35 config_t* (*get_all)(void); member |
| /system/bt/main/ | ||
| D | stack_config.cc | 104 static config_t* get_all(void) { return config; } in get_all() function |