Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.h115 int ReceiveControlData(Characteristic character, uint8_t reportId);
H A Dhid_host_hogp.cpp179 int ret = ReceiveControlData(*characteristicTemp_, reportId); in SendGetReport()
235 int HidHostHogp::ReceiveControlData(Characteristic character, uint8_t reportId) in ReceiveControlData() function in OHOS::bluetooth::HidHostHogp