Home | History | Annotate | Download | only in serial

Lines Matching full:device

56 #include "device.h"
73 static int serial_probe(struct btd_device *device, const char *uuid)
75 struct btd_adapter *adapter = device_get_adapter(device);
76 const gchar *path = device_get_path(device);
84 rec = btd_device_get_record(device, uuid);
101 device_get_address(device, &dst);
106 static void serial_remove(struct btd_device *device)
108 const gchar *path = device_get_path(device);
116 static int port_probe(struct btd_device *device, GSList *uuids)
119 serial_probe(device, uuids->data);
126 static void port_remove(struct btd_device *device)
128 return serial_remove(device);