Searched defs:dev_path (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/test/
H A Dapitest84 dev_path = None variable in class:Tester
115 self.dev_path = a
117 self.dev_path = '/org/bluez/%s' % a
128 if not self.dev_path:
131 self.dev_path = self.manager.DefaultAdapter()
136 obj = self.bus.get_object('org.bluez', self.dev_path)
/external/bluetooth/bluez/src/
H A Dagent.c466 const gchar *dev_path = device_get_path(device); local
475 err = pincode_request_new(req, dev_path, FALSE);
623 const gchar *dev_path = device_get_path(device); local
635 err = passkey_request_new(req, dev_path);
682 const gchar *dev_path = device_get_path(device); local
694 err = confirmation_request_new(req, dev_path, passkey);
739 const gchar *dev_path = device_get_path(device); local
751 err = pairing_consent_request_new(req, dev_path);
804 const gchar *dev_path = device_get_path(device); local
814 DBUS_TYPE_OBJECT_PATH, &dev_path,
[all...]
H A Ddbus-hci.c599 const gchar *dev_path; local
612 dev_path = device_get_path(device);
614 emit_property_changed(connection, dev_path, DEVICE_INTERFACE, "Class",
H A Dadapter.c1011 const gchar *dev_path = device_get_path(device); local
1021 DBUS_TYPE_OBJECT_PATH, &dev_path,
1374 const gchar *dev_path; local
1390 dev_path = device_get_path(device);
1393 DBUS_TYPE_OBJECT_PATH, &dev_path);
1520 const gchar *dev_path = device_get_path(device); local
1522 return strcasecmp(dev_path, path);
1569 const gchar *dev_path; local
1588 dev_path = device_get_path(device);
1591 DBUS_TYPE_OBJECT_PATH, &dev_path,
3001 const gchar *dev_path; local
[all...]

Completed in 70 milliseconds