Lines Matching full:uuids
74 static int network_probe(struct btd_device *device, GSList *uuids, uint16_t id)
97 static int panu_probe(struct btd_device *device, GSList *uuids)
99 return network_probe(device, uuids, BNEP_SVC_PANU);
107 static int gn_probe(struct btd_device *device, GSList *uuids)
109 return network_probe(device, uuids, BNEP_SVC_GN);
117 static int nap_probe(struct btd_device *device, GSList *uuids)
119 return network_probe(device, uuids, BNEP_SVC_NAP);
147 .uuids = BTD_UUIDS(PANU_UUID),
154 .uuids = BTD_UUIDS(GN_UUID),
161 .uuids = BTD_UUIDS(NAP_UUID),