Home
last modified time | relevance | path

Searched defs:SendConnectionParameterUpdate (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/
Dfacade.proto17 rpc SendConnectionParameterUpdate(ConnectionParameter) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc159 void Link::SendConnectionParameterUpdate(uint16_t conn_interval_min, uint16_t conn_interval_max, ui… in SendConnectionParameterUpdate() function in bluetooth::l2cap::le::internal::Link
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfacade.cc404 …::grpc::Status SendConnectionParameterUpdate(::grpc::ServerContext* context, const ConnectionParam… in SendConnectionParameterUpdate() function in bluetooth::l2cap::le::L2capLeModuleFacadeService