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

  /external/bluetooth/hcidump/parser/
sdp.c 180 int attr_id; member in struct:__anon2607
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...]
  /external/bluetooth/bluez/plugins/
service.c 61 uint16_t attr_id; member in struct:context_data
104 ctx_data->attr_id = strtol(attribute_values[i], 0, 0);
108 DBG("New attribute 0x%04x", ctx_data->attr_id);
172 int ret = sdp_attr_add(ctx_data->record, ctx_data->attr_id,
176 ctx_data->attr_id);
182 DBG("No data for attribute 0x%04x", ctx_data->attr_id);
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 164 sdp_data_t *sdp_data_get(const sdp_record_t *rec, uint16_t attr_id);
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp 421 jstring pattern, jint attr_id) {
432 ALOGV("... attr_id = %#X", attr_id);
437 DBUS_TYPE_UINT16, &attr_id,
    [all...]

Completed in 189 milliseconds