Searched defs:uuid (Results 51 - 75 of 159) sorted by relevance

1234567

/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.h19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta
42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap
72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings
101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
H A Dwps_upnp_i.h85 * This uuid identifies the subscription and is randomly generated by
89 u8 uuid[UUID_LEN]; member in struct:subscription
156 const u8 uuid[UUID_LEN]);
159 const u8 uuid[UUID_LEN]);
/external/bluetooth/bluez/attrib/
H A Datt.c30 #include <bluetooth/uuid.h>
112 uint16_t enc_read_by_grp_req(uint16_t start, uint16_t end, bt_uuid_t *uuid, argument
118 if (!uuid)
121 if (uuid->type == BT_UUID16)
123 else if (uuid->type == BT_UUID128)
135 att_put_uuid(*uuid, &pdu[5]);
141 uint16_t *end, bt_uuid_t *uuid)
148 if (start == NULL || end == NULL || uuid == NULL)
160 *uuid = att_get_uuid16(&pdu[5]);
162 *uuid
140 dec_read_by_grp_req(const uint8_t *pdu, int len, uint16_t *start, uint16_t *end, bt_uuid_t *uuid) argument
218 enc_find_by_type_req(uint16_t start, uint16_t end, bt_uuid_t *uuid, const uint8_t *value, int vlen, uint8_t *pdu, int len) argument
252 dec_find_by_type_req(const uint8_t *pdu, int len, uint16_t *start, uint16_t *end, bt_uuid_t *uuid, uint8_t *value, int *vlen) argument
336 enc_read_by_type_req(uint16_t start, uint16_t end, bt_uuid_t *uuid, uint8_t *pdu, int len) argument
364 dec_read_by_type_req(const uint8_t *pdu, int len, uint16_t *start, uint16_t *end, bt_uuid_t *uuid) argument
[all...]
H A Dgatt.c28 #include <bluetooth/uuid.h>
38 bt_uuid_t uuid; member in struct:discover_primary
46 bt_uuid_t *uuid; member in struct:discover_char
65 g_free(dc->uuid);
70 bt_uuid_t *uuid, uint8_t *pdu, size_t len)
77 if (uuid == NULL) {
88 if (uuid->type == BT_UUID16) {
89 u16 = htobs(uuid->value.u16);
93 htob128(&uuid->value.u128, &u128);
134 oplen = encode_discover_primary(range->end + 1, 0xffff, &dp->uuid,
69 encode_discover_primary(uint16_t start, uint16_t end, bt_uuid_t *uuid, uint8_t *pdu, size_t len) argument
171 bt_uuid_t uuid; local
217 gatt_discover_primary(GAttrib *attrib, bt_uuid_t *uuid, gatt_cb_t func, gpointer user_data) argument
256 bt_uuid_t uuid; local
273 bt_uuid_t uuid; local
325 gatt_discover_char(GAttrib *attrib, uint16_t start, uint16_t end, bt_uuid_t *uuid, gatt_cb_t func, gpointer user_data) argument
355 gatt_read_char_by_uuid(GAttrib *attrib, uint16_t start, uint16_t end, bt_uuid_t *uuid, GAttribResultFunc func, gpointer user_data) argument
630 uuid_t uuid; local
[all...]
H A Dgatttool.c37 #include <bluetooth/uuid.h>
151 "uuid: %s\n", prim->start, prim->end, prim->uuid);
207 "handle = 0x%04x, uuid = %s\n", chars->handle,
208 chars->properties, chars->value_handle, chars->uuid);
433 bt_uuid_t uuid; local
439 uuid = att_get_uuid16(&value[2]);
441 uuid = att_get_uuid128(&value[2]);
443 bt_uuid_to_string(&uuid, uuidstr, MAX_LEN_UUID_STR);
444 g_print("handle = 0x%04x, uuid
[all...]
H A Dinteractive.c29 #include <bluetooth/uuid.h>
55 bt_uuid_t uuid; member in struct:characteristic_data
166 "uuid: %s\n", prim->start, prim->end, prim->uuid);
208 "handle: 0x%04x, uuid: %s\n", chars->handle,
210 chars->uuid);
238 bt_uuid_t uuid; local
244 uuid = att_get_uuid16(&value[2]);
246 uuid = att_get_uuid128(&value[2]);
248 bt_uuid_to_string(&uuid, uuidst
370 bt_uuid_t uuid; local
430 bt_uuid_t uuid; local
513 bt_uuid_t uuid; local
[all...]
/external/bluetooth/bluez/audio/
H A Dgateway.c272 uuid_t uuid; local
300 memcpy(&uuid, classes->data, sizeof(uuid));
303 if (!sdp_uuid128_to_uuid(&uuid) || uuid.type != SDP_UUID16 ||
304 uuid.value.uuid16 != HANDSFREE_AGW_SVCLASS_ID) {
357 uuid_t uuid; local
359 sdp_uuid16_create(&uuid, HANDSFREE_AGW_SVCLASS_ID);
360 return bt_search_service(&device->src, &device->dst, &uuid,
H A Dmedia.c74 char *uuid; /* Endpoint property UUID */ member in struct:media_endpoint
135 g_free(endpoint->uuid);
187 const char *uuid,
199 endpoint->uuid = g_strdup(uuid);
210 if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0) {
216 } else if (strcasecmp(uuid, A2DP_SINK_UUID) == 0) {
222 } else if (strcasecmp(uuid, HFP_AG_UUID) == 0 ||
223 g_strcmp0(uuid, HSP_AG_UUID) == 0) {
260 const char *uuid)
184 media_endpoint_create(struct media_adapter *adapter, const char *sender, const char *path, const char *uuid, gboolean delay_reporting, uint8_t codec, uint8_t *capabilities, int size, int *err) argument
256 media_adapter_find_endpoint( struct media_adapter *adapter, const char *sender, const char *path, const char *uuid) argument
287 parse_properties(DBusMessageIter *props, const char **uuid, gboolean *delay_reporting, uint8_t *codec, uint8_t **capabilities, int *size) argument
342 const char *sender, *path, *uuid; local
[all...]
H A Ddevice.c795 const char *uuid, service_auth_cb cb,
818 err = btd_request_authorization(&dev->src, &dev->dst, uuid, auth_cb,
794 audio_device_request_authorization(struct audio_device *dev, const char *uuid, service_auth_cb cb, void *user_data) argument
H A Dtransport.c748 const char *uuid; local
760 uuid = media_endpoint_get_uuid(transport->endpoint);
761 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid);
851 const char *uuid; local
864 uuid = media_endpoint_get_uuid(endpoint);
865 if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0 ||
866 strcasecmp(uuid, A2DP_SINK_UUID) == 0) {
872 } else if (strcasecmp(uuid, HFP_AG_UUID) == 0 ||
873 strcasecmp(uuid, HSP_AG_UUID) == 0) {
/external/bluetooth/bluez/compat/
H A Dhidd.c448 uint16_t uuid = HID_SVCLASS_ID; local
459 &uuid, &channel, name, sizeof(name) - 1);
467 switch (uuid) {
H A Dsdp.c301 int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t *uuid, uint8_t *channel, char *name, size_t len) argument
342 if (uuid)
343 *uuid = SERIAL_PORT_SVCLASS_ID;
345 if (uuid)
346 *uuid = HEADSET_SVCLASS_ID;
467 sdp_uuid16_create(&profile[0].uuid, NAP_PROFILE_ID);
483 sdp_uuid16_create(&profile[0].uuid, GN_PROFILE_ID);
497 sdp_uuid16_create(&profile[0].uuid, PANU_PROFILE_ID);
626 sdp_uuid16_create(&profile[0].uuid, LAN_ACCESS_PROFILE_ID);
632 sdp_uuid16_create(&profile[0].uuid, DIALUP_NET_PROFILE_I
[all...]
/external/bluetooth/bluez/network/
H A Dconnection.c196 const char *pdev, *uuid; local
256 uuid = bnep_uuid(nc->id);
271 DBUS_TYPE_STRING, &uuid);
/external/bluetooth/bluez/src/
H A Dagent.c304 const char *uuid)
317 DBUS_TYPE_STRING, &uuid,
332 const char *uuid,
346 err = agent_call_authorize(req, path, uuid);
302 agent_call_authorize(struct agent_request *req, const char *device_path, const char *uuid) argument
330 agent_authorize(struct agent *agent, const char *path, const char *uuid, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
H A Dglib-helper.c119 uuid_t uuid; member in struct:search_context
244 search = sdp_list_append(NULL, &ctxt->uuid);
278 uuid_t *uuid)
299 (*ctxt)->uuid = *uuid;
311 uuid_t *uuid, bt_callback_t cb, void *user_data,
320 err = create_search_context(&ctxt, src, dst, uuid);
371 char *bt_uuid2string(uuid_t *uuid) argument
382 if (!uuid)
385 switch (uuid
275 create_search_context(struct search_context **ctxt, const bdaddr_t *src, const bdaddr_t *dst, uuid_t *uuid) argument
310 bt_search_service(const bdaddr_t *src, const bdaddr_t *dst, uuid_t *uuid, bt_callback_t cb, void *user_data, bt_destroy_t destroy) argument
460 string2uuid16(uuid_t *uuid, const char *string) argument
480 uuid_t uuid; local
508 bt_string2uuid(uuid_t *uuid, const char *string) argument
[all...]
H A Dsdpd-service.c207 sdp_uuid16_create(&profile.uuid, PNP_INFO_PROFILE_ID);
256 uuid_t uuid; local
257 sdp_uuid16_create(&uuid, PUBLIC_BROWSE_GROUP);
258 sdp_pattern_add_uuid(rec, &uuid);
262 char uuid[32]; local
267 sdp_uuid2strn((uuid_t *) pattern->data, uuid, sizeof(uuid));
268 DBG("Record pattern UUID %s", uuid);
445 uuid_t uuid; local
446 sdp_uuid16_create(&uuid, PUBLIC_BROWSE_GROU
[all...]
/external/bluetooth/bluez/test/
H A Drctest.c75 static uint16_t uuid = 0x0000; variable
94 static uint8_t get_channel(const char *svr, uint16_t uuid) argument
110 sdp_uuid16_create(&svclass, uuid);
145 if (uuid != 0x0000)
146 channel = get_channel(svr, uuid);
580 "\t[-b bytes] [-i device] [-P channel] [-U uuid]\n"
657 uuid = SERIAL_PORT_SVCLASS_ID;
659 uuid = strtoul(optarg + 2, NULL, 16);
661 uuid = atoi(optarg);
/external/bluetooth/hcidump/parser/
H A Dsdp.c87 int uuid; member in struct:__anon1042
223 char* get_uuid_name(int uuid) argument
228 if (sdp_uuid_nam_lookup_table[i].uuid == uuid)
323 uint32_t uuid = 0; local
329 uuid = get_u16(frm);
330 s = "uuid-16";
333 uuid = get_u32(frm);
334 s = "uuid-32";
337 printf(" uuid
[all...]
/external/dbus/dbus/
H A Ddbus-internals.c617 * @param uuid the uuid to initialize
620 _dbus_generate_uuid (DBusGUID *uuid) argument
626 uuid->as_uint32s[DBUS_UUID_LENGTH_WORDS - 1] = DBUS_UINT32_TO_BE (now);
628 _dbus_generate_random_bytes_buffer (uuid->as_bytes, DBUS_UUID_LENGTH_BYTES - 4);
634 * @param uuid the uuid
635 * @param encoded string to append hex uuid to
639 _dbus_uuid_encode (const DBusGUID *uuid, argument
643 _dbus_string_init_const_len (&binary, uuid
648 _dbus_read_uuid_file_without_creating(const DBusString *filename, DBusGUID *uuid, DBusError *error) argument
725 _dbus_create_uuid_file_exclusively(const DBusString *filename, DBusGUID *uuid, DBusError *error) argument
776 _dbus_read_uuid_file(const DBusString *filename, DBusGUID *uuid, dbus_bool_t create_if_not_found, DBusError *error) argument
[all...]
/external/kernel-headers/original/linux/
H A Ddm-ioctl.h97 * this structure at the start. If a uuid is specified any
132 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
/external/oprofile/daemon/
H A Dopd_perfmon.c81 static unsigned char uuid[16] = { variable
211 memcpy(&ctx.ctx_smpl_buf_id, &uuid, 16);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp_i.h103 * This uuid identifies the subscription and is randomly generated by
107 u8 uuid[UUID_LEN]; member in struct:subscription
165 const u8 uuid[UUID_LEN]);
169 const u8 uuid[UUID_LEN]);
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwps_supplicant.c24 #include "uuid.h"
635 char uuid[40], txt[400]; local
637 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
639 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid);
642 uuid, MAC2STR(dev->mac_addr), dev->device_name,
699 if (is_nil_uuid(wpa_s->conf->uuid)) {
700 uuid_gen_mac_addr(wpa_s->own_addr, wps->uuid);
702 wps->uuid, WPS_UUID_LEN);
704 os_memcpy(wps->uuid, wpa_
847 const u8 *sel_uuid, *uuid; local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_i.h85 * This uuid identifies the subscription and is randomly generated by
89 u8 uuid[UUID_LEN]; member in struct:subscription
156 const u8 uuid[UUID_LEN]);
159 const u8 uuid[UUID_LEN]);
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_i.h85 * This uuid identifies the subscription and is randomly generated by
89 u8 uuid[UUID_LEN]; member in struct:subscription
156 const u8 uuid[UUID_LEN]);
159 const u8 uuid[UUID_LEN]);

Completed in 406 milliseconds

1234567