Home
last modified time | relevance | path

Searched refs:btif_config_section_end (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_config.h43 const btif_config_section_iter_t *btif_config_section_end(void);
/system/bt/btif/src/
Dbtif_storage.c443 …nfig_section_iter_t *iter = btif_config_section_begin(); iter != btif_config_section_end(); iter =… in btif_in_fetch_bonded_devices()
1326 …nfig_section_iter_t *iter = btif_config_section_begin(); iter != btif_config_section_end(); iter =… in btif_storage_load_bonded_hid_info()
Dbtif_config.c414 const btif_config_section_iter_t *btif_config_section_end(void) { in btif_config_section_end() function