Home
last modified time | relevance | path

Searched defs:GetMacAddress (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/hci/facade/
Dcontroller_facade.proto8 rpc GetMacAddress(google.protobuf.Empty) returns (AddressMsg) {} rpc
Dcontroller_facade.cc43 …::grpc::Status GetMacAddress(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in GetMacAddress() function in bluetooth::hci::facade::ControllerFacadeService
/system/connectivity/wificond/
Dclient_interface_impl.cpp241 const std::array<uint8_t, ETH_ALEN>& ClientInterfaceImpl::GetMacAddress() { in GetMacAddress() function in android::wificond::ClientInterfaceImpl
/system/bt/gd/hci/
Dcontroller.cc953 Address Controller::GetMacAddress() const { in GetMacAddress() function in bluetooth::hci::Controller