Lines Matching defs:section

257 bool btif_config_has_section(const char *section) {  in btif_config_has_section()
268 bool btif_config_exist(const char *section, const char *key) { in btif_config_exist()
280 bool btif_config_get_int(const char *section, const char *key, int *value) { in btif_config_get_int()
295 bool btif_config_set_int(const char *section, const char *key, int value) { in btif_config_set_int()
307 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { in btif_config_get_str()
327 bool btif_config_set_str(const char *section, const char *key, const char *value) { in btif_config_set_str()
340 bool btif_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length) { in btif_config_get_bin()
368 size_t btif_config_get_bin_length(const char *section, const char *key) { in btif_config_get_bin_length()
384 bool btif_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length)… in btif_config_set_bin()
419 …st btif_config_section_iter_t *btif_config_section_next(const btif_config_section_iter_t *section)… in btif_config_section_next()
425 const char *btif_config_section_name(const btif_config_section_iter_t *section) { in btif_config_section_name()
431 bool btif_config_remove(const char *section, const char *key) { in btif_config_remove()
508 const char *section = config_section_name(snode); in btif_config_remove_unpaired() local
566 const char *section = config_section_name(snode); in btif_config_remove_restricted() local