Searched refs:get_properties (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | transport.c | 88 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/ |
D | manager.c | 160 static DBusMessage *get_properties(DBusConnection *conn, in get_properties() function 197 { "GetProperties", "", "a{sv}",get_properties },
|
D | device.c | 239 static DBusMessage *get_properties(DBusConnection *conn, in get_properties() function 839 { "GetProperties", "", "a{sv}", get_properties },
|
D | adapter.c | 1310 static DBusMessage *get_properties(DBusConnection *conn, in get_properties() function 2382 { "GetProperties", "", "a{sv}",get_properties },
|
/external/bluetooth/bluez/attrib/ |
D | client.c | 501 static DBusMessage *get_properties(DBusConnection *conn, DBusMessage *msg, in get_properties() function 548 { "GetProperties", "", "a{sv}", get_properties },
|
/external/bluetooth/bluez/sap/ |
D | server.c | 1277 static DBusMessage *get_properties(DBusConnection *c, in get_properties() function 1310 {"GetProperties", "", "a{sv}", get_properties},
|