Home
last modified time | relevance | path

Searched refs:profile_t (Results 1 – 2 of 2) sorted by relevance

/system/bt/profile/include/
Dmanager.h30 typedef struct profile_t { struct
34 } profile_t; argument
37 void profile_register(const profile_t *profile);
41 const profile_t *profile_by_name(const char *name);
/system/bt/profile/src/
Dmanager.c73 void profile_register(const profile_t *profile) { in profile_register()
82 const profile_t *profile_by_name(const char *name) { in profile_by_name()
86 return (profile_t *)hash_map_get(profile_map, name); in profile_by_name()