Home
last modified time | relevance | path

Searched refs:descInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp116 hidInf_.descInfo = std::make_unique<uint8_t[]>(descLength); in ParseHidDescInfo()
117 … if (memcpy_s(hidInf_.descInfo.get(), descLength, attributeValue + offset, descLength) != EOK) { in ParseHidDescInfo()
H A Dhid_host_hogp.cpp606 hidInf_.descInfo = std::make_unique<uint8_t[]>(character.length_); in SaveReportMap()
607 …if (memcpy_s(hidInf_.descInfo.get(), character.length_, character.value_.get(), character.length_)… in SaveReportMap()
608 hidInf_.descInfo = nullptr; in SaveReportMap()
H A Dhid_host_defines.h143 std::unique_ptr<uint8_t[]> descInfo = nullptr; member
H A Dhid_host_uhid.cpp204 ev.u.create.rd_data = hidInf.descInfo.get(); in SendHidInfo()