HomeSort by relevance Sort by last modified time
    Searched refs:attr_value (Results 26 - 50 of 55) sorted by null

12 3

  /system/bt/stack/gatt/
gatt_sr.c 174 total_len = (p_buf->len + p_rsp->attr_value.len);
179 len = p_rsp->attr_value.len - (total_len - mtu);
181 GATT_TRACE_DEBUG ("multi read overflow available len=%d val_len=%d", len, p_rsp->attr_value.len );
185 len = p_rsp->attr_value.len;
188 if (p_rsp->attr_value.handle == p_cmd->multi_req.handles[ii])
190 memcpy (p, p_rsp->attr_value.value, len);
464 p_msg->attr_value.handle = handle;
470 p_msg->attr_value.value,
471 &p_msg->attr_value.len,
    [all...]
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */ member in union:__anon72493
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon72495
gatt_utils.c     [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/serializer/
htmlserializer.py 232 for (attr_namespace, attr_name), attr_value in token["data"].items():
235 v = attr_value
  /system/bt/bta/ag/
bta_ag_sdp.c 372 p_scb->peer_features = p_attr->attr_value.v.u16;
380 if (p_attr->attr_value.v.u8)
  /system/media/audio_route/
audio_route.c 438 const XML_Char *attr_value = NULL; local
456 attr_value = attr[i + 1];
486 value = strtol((char *)attr_value, NULL, 0);
489 value = (unsigned char) strtol((char *)attr_value, NULL, 16);
492 value = mixer_enum_string_to_value(ctl, (char *)attr_value);
  /system/bt/stack/sdp/
sdp_utils.c 781 return (BOOLEAN)(p_btuuid->uu.uuid16 == p_attr->attr_value.v.u16);
783 return (BOOLEAN)(p_btuuid->uu.uuid32 == p_attr->attr_value.v.u32);
786 Event overrun-buffer-arg: Overrun of static array "&p_attr->attr_value.v.array" of size 4 bytes by passing it to a function which indexes it with argument "16U" at byte position 15
792 else if (!memcmp (p_btuuid->uu.uuid128,(void*) p_attr->attr_value.v.array, MAX_UUID_SIZE))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/
connection.py 131 def set_topic_attributes(self, topic, attr_name, attr_value):
143 :type attr_value: string
144 :param attr_value: The new value for the attribute.
149 'AttributeValue': attr_value}
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 287 const XML_Char *attr_value = NULL; local
  /hardware/qcom/audio/msm8909/hal/
platform_info.c 288 const XML_Char *attr_value = NULL; local
  /system/bt/service/
gatt_server.cpp 349 response.attr_value.handle = handle;
351 memcpy(response.attr_value.value, value.data(), value.size());
352 response.attr_value.offset = offset;
353 response.attr_value.len = value.size();
  /system/bt/stack/include/
sdp_api.h 58 /* Masks for attr_value field of tSDP_DISC_ATTR */
115 tSDP_DISC_ATVAL attr_value; /* Variable length entry data */ member in struct:t_sdp_disc_attr
gatt_api.h 326 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon72730
    [all...]
  /system/bt/stack/avrc/
avrc_bld_tg.c 630 p_rsp->param.player_setting.attr_value[xx]))
633 UINT8_TO_BE_STREAM(p_data, p_rsp->param.player_setting.attr_value[xx]);
avrc_pars_ct.c 127 BE_STREAM_TO_UINT8(p_rsp->param.player_setting.attr_value[index], p_stream);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py     [all...]
  /external/chromium-trace/catapult/third_party/mock/
mock.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py     [all...]
  /system/bt/bta/hl/
bta_hl_act.c     [all...]
  /system/bt/btif/src/
btif_gatt_server.c 507 0, rsp_struct.attr_value.handle);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 821 for attr, attr_value in self.attrs.iteritems():
824 if getattr(value, attr) != attr_value:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 821 for attr, attr_value in self.attrs.iteritems():
824 if getattr(value, attr) != attr_value:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 821 for attr, attr_value in self.attrs.iteritems():
824 if getattr(value, attr) != attr_value:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 821 for attr, attr_value in self.attrs.iteritems():
824 if getattr(value, attr) != attr_value:
    [all...]

Completed in 648 milliseconds

12 3