Searched refs:get_properties (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dtransport.c88 void (*get_properties) ( member in struct:media_transport
769 if (transport->get_properties)
770 transport->get_properties(transport, &dict);
775 static DBusMessage *get_properties(DBusConnection *conn, DBusMessage *msg, function
794 { "GetProperties", "", "a{sv}", get_properties },
870 transport->get_properties = get_properties_a2dp;
877 transport->get_properties = get_properties_headset;
/external/bluetooth/bluez/src/
H A Dmanager.c160 static DBusMessage *get_properties(DBusConnection *conn, function
197 { "GetProperties", "", "a{sv}",get_properties },
H A Ddevice.c239 static DBusMessage *get_properties(DBusConnection *conn, function
847 { "GetProperties", "", "a{sv}", get_properties },
H A Dadapter.c1310 static DBusMessage *get_properties(DBusConnection *conn, function
2382 { "GetProperties", "", "a{sv}",get_properties },
/external/bluetooth/bluez/attrib/
H A Dclient.c501 static DBusMessage *get_properties(DBusConnection *conn, DBusMessage *msg, function
548 { "GetProperties", "", "a{sv}", get_properties },
/external/bluetooth/bluez/sap/
H A Dserver.c1277 static DBusMessage *get_properties(DBusConnection *c, function
1310 {"GetProperties", "", "a{sv}", get_properties},

Completed in 174 milliseconds