Home
last modified time | relevance | path

Searched defs:config_t (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_config_transcode.h21 typedef struct config_t config_t; typedef
/system/bt/osi/include/
Dconfig.h25 typedef struct config_t config_t; typedef
/system/bt/osi/src/
Dconfig.c48 struct config_t { struct
55 static bool config_parse(FILE *fp, config_t *config); argument