HomeSort by relevance Sort by last modified time
    Searched refs:btif_config_section_next (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_config.h 44 const btif_config_section_iter_t *btif_config_section_next(const btif_config_section_iter_t *section);
  /system/bt/btif/src/
btif_config.c 321 const btif_config_section_iter_t *btif_config_section_next(const btif_config_section_iter_t *section) { function
btif_storage.c 491 for (const btif_config_section_iter_t *iter = btif_config_section_begin(); iter != btif_config_section_end(); iter = btif_config_section_next(iter)) {
    [all...]

Completed in 71 milliseconds