Home | History | Annotate | Download | only in serial

Lines Matching refs:device

56 #include "device.h"
78 static int serial_probe(struct btd_device *device, const char *uuid)
80 struct btd_adapter *adapter = device_get_adapter(device);
81 const gchar *path = device_get_path(device);
89 rec = btd_device_get_record(device, uuid);
106 device_get_address(device, &dst);
111 static void serial_remove(struct btd_device *device)
113 const gchar *path = device_get_path(device);
121 static int port_probe(struct btd_device *device, GSList *uuids)
124 serial_probe(device, uuids->data);
131 static void port_remove(struct btd_device *device)
133 return serial_remove(device);