Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp438 if ((it->second != nullptr) && ((it->second->GetDeviceControlLcid() == lcid) || in HidHostFindDeviceByLcid()
440 if (it->second->GetDeviceControlLcid() == lcid) { in HidHostFindDeviceByLcid()
H A Dhid_host_statemachine.h78 uint16_t GetDeviceControlLcid();
H A Dhid_host_statemachine.cpp95 uint16_t HidHostStateMachine::GetDeviceControlLcid() in GetDeviceControlLcid() function in OHOS::bluetooth::HidHostStateMachine