Home | History | Annotate | Download | only in network

Lines Matching refs:uuids

75 static int network_probe(struct btd_device *device, GSList *uuids, uint16_t id)
98 static int panu_probe(struct btd_device *device, GSList *uuids)
100 return network_probe(device, uuids, BNEP_SVC_PANU);
108 static int gn_probe(struct btd_device *device, GSList *uuids)
110 return network_probe(device, uuids, BNEP_SVC_GN);
118 static int nap_probe(struct btd_device *device, GSList *uuids)
120 return network_probe(device, uuids, BNEP_SVC_NAP);
148 .uuids = BTD_UUIDS(PANU_UUID),
155 .uuids = BTD_UUIDS(GN_UUID),
162 .uuids = BTD_UUIDS(NAP_UUID),