Home
last modified time | relevance | path

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

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