HomeSort by relevance Sort by last modified time
    Searched defs:attr_id (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/plugins/
service.c 63 uint16_t attr_id; member in struct:context_data
106 ctx_data->attr_id = strtol(attribute_values[i], 0, 0);
110 DBG("New attribute 0x%04x", ctx_data->attr_id);
174 int ret = sdp_attr_add(ctx_data->record, ctx_data->attr_id,
183 DBG("No data for attribute 0x%04x\n", ctx_data->attr_id);
  /external/bluetooth/hcidump/parser/
sdp.c 180 int attr_id; member in struct:__anon2109
235 static inline char* get_attr_id_name(int attr_id)
240 if (sdp_attr_id_nam_lookup_table[i].attr_id == attr_id)
475 uint16_t attr_id; local
490 attr_id = get_u16(frm);
491 name = get_attr_id_name(attr_id);
494 printf(" 0x%04x (%s)", attr_id, name);
517 uint16_t attr_id, psm; local
525 if (parse_de_hdr(frm, &n2) == SDP_DE_UINT && n2 == sizeof(attr_id)) {
    [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c 180 guint32 attr_id, id; local
192 attr_id = GPOINTER_TO_UINT (g_hash_table_lookup (attribute_hash, attribute));
194 if (attr_id != 0)
197 return attr_id;
213 attr_id = MAKE_ATTR_ID (ns_info->id, id);
215 g_hash_table_insert (attribute_hash, attributes[ns_info->id][id], GUINT_TO_POINTER (attr_id));
219 return attr_id;
440 guint32 attr_id)
445 i = g_file_info_find_place (info, attr_id);
448 attrs[i].attribute == attr_id)
458 guint32 attr_id; local
562 guint32 attr_id; local
905 guint32 attr_id; local
    [all...]

Completed in 2205 milliseconds