Searched refs:dict_append_entry (Results 1 - 17 of 17) sorted by relevance

/external/bluetooth/bluez/src/
H A Ddbus-common.h26 void dict_append_entry(DBusMessageIter *dict,
H A Ddbus-common.c94 void dict_append_entry(DBusMessageIter *dict, function
H A Ddevice.c271 dict_append_entry(&dict, "Address", DBUS_TYPE_STRING, &ptr);
280 dict_append_entry(&dict, "Name", DBUS_TYPE_STRING, &ptr);
290 dict_append_entry(&dict, "Alias", DBUS_TYPE_STRING, &ptr);
296 dict_append_entry(&dict, "Class", DBUS_TYPE_UINT32, &class);
299 dict_append_entry(&dict, "Icon",
305 dict_append_entry(&dict, "Paired", DBUS_TYPE_BOOLEAN, &boolean);
309 dict_append_entry(&dict, "Trusted", DBUS_TYPE_BOOLEAN, &boolean);
313 dict_append_entry(&dict, "Blocked", DBUS_TYPE_BOOLEAN, &boolean);
316 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN,
335 dict_append_entry(
[all...]
H A Dadapter.c1343 dict_append_entry(&dict, "Address", DBUS_TYPE_STRING, &property);
1350 dict_append_entry(&dict, "Name", DBUS_TYPE_STRING, &property);
1353 dict_append_entry(&dict, "Class",
1358 dict_append_entry(&dict, "Powered", DBUS_TYPE_BOOLEAN, &value);
1362 dict_append_entry(&dict, "Discoverable", DBUS_TYPE_BOOLEAN, &value);
1365 dict_append_entry(&dict, "Pairable", DBUS_TYPE_BOOLEAN,
1369 dict_append_entry(&dict, "DiscoverableTimeout",
1373 dict_append_entry(&dict, "PairableTimeout",
1383 dict_append_entry(&dict, "Discovering", DBUS_TYPE_BOOLEAN, &value);
3300 dict_append_entry(
[all...]
/external/bluetooth/bluez/audio/
H A Dtransport.c725 dict_append_entry(dict, "Delay", DBUS_TYPE_UINT16, &transport->delay);
735 dict_append_entry(dict, "NREC", DBUS_TYPE_BOOLEAN, &nrec);
738 dict_append_entry(dict, "InbandRingtone", DBUS_TYPE_BOOLEAN, &inband);
741 dict_append_entry(dict, "Routing", DBUS_TYPE_STRING, &routing);
757 dict_append_entry(&dict, "Device", DBUS_TYPE_OBJECT_PATH,
761 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid);
764 dict_append_entry(&dict, "Codec", DBUS_TYPE_BYTE, &codec);
H A Dsink.c610 dict_append_entry(&dict, "Playing", DBUS_TYPE_BOOLEAN, &value);
614 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &value);
619 dict_append_entry(&dict, "State", DBUS_TYPE_STRING, &state);
H A Dheadset.c1986 dict_append_entry(&dict, "Playing", DBUS_TYPE_BOOLEAN, &value);
1991 dict_append_entry(&dict, "State", DBUS_TYPE_STRING, &state);
1995 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &value);
2001 dict_append_entry(&dict, "SpeakerGain",
2006 dict_append_entry(&dict, "MicrophoneGain",
H A Dgateway.c469 dict_append_entry(&dict, "State",
H A Dsource.c472 dict_append_entry(&dict, "State", DBUS_TYPE_STRING, &state);
H A Dcontrol.c1102 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &value);
H A Ddevice.c609 dict_append_entry(&dict, "State", DBUS_TYPE_STRING, &state);
/external/bluetooth/bluez/serial/
H A Dproxy.c585 dict_append_entry(&dict, "uuid", DBUS_TYPE_STRING, &prx->uuid128);
587 dict_append_entry(&dict, "address", DBUS_TYPE_STRING, &prx->address);
590 dict_append_entry(&dict, "channel",
594 dict_append_entry(&dict, "enabled", DBUS_TYPE_BOOLEAN, &boolean);
597 dict_append_entry(&dict, "connected", DBUS_TYPE_BOOLEAN, &boolean);
605 dict_append_entry(&dict, "address", DBUS_TYPE_STRING, &pstr);
/external/bluetooth/bluez/network/
H A Dconnection.c465 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &connected);
469 dict_append_entry(&dict, "Interface", DBUS_TYPE_STRING, &property);
473 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &property);
/external/bluetooth/bluez/attrib/
H A Dclient.c203 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid);
207 dict_append_entry(&dict, "Name", DBUS_TYPE_STRING, &name);
210 dict_append_entry(&dict, "Description", DBUS_TYPE_STRING,
1003 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid);
/external/bluetooth/bluez/health/
H A Dhdp.c454 dict_append_entry(&dict, "Device", DBUS_TYPE_OBJECT_PATH, &path);
457 dict_append_entry(&dict, "Application", DBUS_TYPE_OBJECT_PATH, &path);
464 dict_append_entry(&dict, "Type", DBUS_TYPE_STRING, &type);
2073 dict_append_entry(&dict, "MainChannel", DBUS_TYPE_OBJECT_PATH, &path);
/external/bluetooth/bluez/input/
H A Ddevice.c1018 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &connected);
/external/bluetooth/bluez/sap/
H A Dserver.c1302 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &connected);

Completed in 1495 milliseconds