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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 66 typedef void (*btif_config_enum_callback)(void* user_data, const char* section, const char* key, const char* name, typedef
68 int btif_config_enum(btif_config_enum_callback cb, void* user_data);
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 285 int btif_config_enum(btif_config_enum_callback cb, void* user_data)

Completed in 1847 milliseconds