Home
last modified time | relevance | path

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

/external/bluetooth/bluez/src/
Ddevice.c107 struct btd_device { struct
108 bdaddr_t bdaddr;
109 device_type_t type;
110 gchar *path;
111 char name[MAX_NAME_LENGTH + 1];
112 char *alias;
113 struct btd_adapter *adapter;
114 GSList *uuids;
115 GSList *services; /* Primary services path */
116 GSList *primaries; /* List of primary services */
[all …]