HomeSort by relevance Sort by last modified time
    Searched refs:dev_path (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/test/
apitest 84 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/
agent.c 518 const gchar *dev_path = device_get_path(device); local
527 err = pincode_request_new(req, dev_path, FALSE);
675 const gchar *dev_path = device_get_path(device); local
687 err = passkey_request_new(req, dev_path);
781 const gchar *dev_path = device_get_path(device); local
793 err = oob_data_request_new(req, dev_path);
840 const gchar *dev_path = device_get_path(device); local
852 err = confirmation_request_new(req, dev_path, passkey);
897 const gchar *dev_path = device_get_path(device); local
909 err = pairing_consent_request_new(req, dev_path);
962 const gchar *dev_path = device_get_path(device); local
    [all...]
adapter.c 1164 const gchar *dev_path = device_get_path(device); local
1174 DBUS_TYPE_OBJECT_PATH, &dev_path,
1528 const gchar *dev_path; local
1684 const gchar *dev_path = device_get_path(device); local
1733 const gchar *dev_path; local
3306 const gchar *dev_path; local
    [all...]
dbus-hci.c 724 const gchar *dev_path; local
737 dev_path = device_get_path(device);
739 emit_property_changed(connection, dev_path, DEVICE_INTERFACE, "Class",

Completed in 337 milliseconds