Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp169 BtUuid retUuid; in OnNotifyMsgReportFromLpDevice() local
171 retUuid.uuid = (char *)strUuid.c_str(); in OnNotifyMsgReportFromLpDevice()
172 retUuid.uuidLen = strUuid.size(); in OnNotifyMsgReportFromLpDevice()
173 … appCallback->lpDeviceInfoCb(&retUuid, msgType, const_cast<uint8_t*>(value.data()), value.size()); in OnNotifyMsgReportFromLpDevice()