Home
last modified time | relevance | path

Searched refs:tlv_len (Results 1 – 6 of 6) sorted by relevance

/hardware/st/nfc/st21nfc/hal/
Dhal_fwlog.cc151 int tlv_len = 0; in notifyPollingLoopFrames() local
164 tlv_len = handlePollingLoopData(p_data[3], tlvBuffer, current_tlv_length, in notifyPollingLoopFrames()
176 ObserverNtf = (uint8_t*)malloc((ntf_len + tlv_len) * sizeof(uint8_t)); in notifyPollingLoopFrames()
178 memcpy(ObserverNtf + ntf_len, tlvFormatted, tlv_len); in notifyPollingLoopFrames()
179 ObserverNtf[2] = ntf_len + tlv_len - 3; in notifyPollingLoopFrames()
180 ntf_len += tlv_len; in notifyPollingLoopFrames()
/hardware/nxp/uwb/halimpl/utils/
DphNxpUciHal_utils.cc545 decodeTlvBytes(const std::vector<uint8_t> &ext_ids, const uint8_t *tlv_bytes, size_t tlv_len) in decodeTlvBytes() argument
550 while ((i + 1) < tlv_len) { in decodeTlvBytes()
557 if (i >= tlv_len) { in decodeTlvBytes()
567 if ((i + len) > tlv_len) { in decodeTlvBytes()
DphNxpUciHal_utils.h225 decodeTlvBytes(const std::vector<uint8_t> &ext_ids, const uint8_t *tlv_bytes, size_t tlv_len);
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal_ext.cc866 uint8_t tlv_len = p_data[i + 1]; in phNxpUciHal_handle_set_app_config() local
867 uint8_t param_len = 2 + tlv_len; in phNxpUciHal_handle_set_app_config()
873 if (tlv_tag == UCI_PARAM_ID_CHANNEL_NUMBER && tlv_len == 1) { in phNxpUciHal_handle_set_app_config()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_req.cpp1591 int tlv_len = sizeof(u32) + pReq->vsa.vsa_len; in putNanBeaconSdfPayload() local
1592 u8* tempBuf = (u8*)malloc(tlv_len); in putNanBeaconSdfPayload()
1599 memset(tempBuf, 0, tlv_len); in putNanBeaconSdfPayload()
1606 tlvs = addTlv(NAN_TLV_TYPE_VENDOR_SPECIFIC_ATTRIBUTE_TRANSMIT, tlv_len, in putNanBeaconSdfPayload()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_req.cpp1627 int tlv_len = sizeof(u32) + pReq->vsa.vsa_len; in putNanBeaconSdfPayload() local
1628 u8* tempBuf = (u8*)malloc(tlv_len); in putNanBeaconSdfPayload()
1635 memset(tempBuf, 0, tlv_len); in putNanBeaconSdfPayload()
1642 tlvs = addTlv(NAN_TLV_TYPE_VENDOR_SPECIFIC_ATTRIBUTE_TRANSMIT, tlv_len, in putNanBeaconSdfPayload()