Home
last modified time | relevance | path

Searched refs:type_length (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dndef.c32 u8 type_length; member
46 record->type_length = *pos++; in ndef_parse_record()
65 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
66 pos += record->type_length; in ndef_parse_record()
105 u8 type_length, void *id, in ndef_build_record() argument
121 total_len += type_length + id_length + payload_length; in ndef_build_record()
136 wpabuf_put_u8(record, type_length); in ndef_build_record()
145 wpabuf_put_data(record, type, type_length); in ndef_build_record()
154 if (record->type_length != os_strlen(wifi_handover_type)) in wifi_filter()
/external/bluetooth/bluez/audio/
Dunix.c588 size_t codec_length, type_length, total_length; in a2dp_append_codec() local
592 type_length = sizeof(codec_cap->media_codec_type); in a2dp_append_codec()
593 total_length = type_length + codec_length + in a2dp_append_codec()
607 memcpy(codec->data, &codec_cap->media_codec_type, type_length); in a2dp_append_codec()
608 memcpy(codec->data + type_length, codec_cap->data, in a2dp_append_codec()