HomeSort by relevance Sort by last modified time
    Searched full:record_value (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/gatt/
gatt_cl.c 754 tGATT_DISC_VALUE record_value; local
798 memset(&record_value, 0, sizeof(tGATT_DISC_VALUE));
818 record_value.group_value.e_handle = handle;
819 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p))
829 STREAM_TO_UINT16(record_value.incl_service.s_handle, p);
830 STREAM_TO_UINT16(record_value.incl_service.e_handle, p);
832 if (!GATT_HANDLE_IS_VALID(record_value.incl_service.s_handle) ||
833 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle))
841 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p);
842 record_value.incl_service.service_type.len = LEN_UUID_16
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 4094 Register record_value = no_reg; local
    [all...]

Completed in 193 milliseconds