Searched defs:SendConnectionParameterUpdate (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/l2cap/le/ | ||
D | facade.proto | 17 rpc SendConnectionParameterUpdate(ConnectionParameter) returns (google.protobuf.Empty) {} rpc |
D | facade.cc | 400 …::grpc::Status SendConnectionParameterUpdate(::grpc::ServerContext* context, const ConnectionParam… in SendConnectionParameterUpdate() function in bluetooth::l2cap::le::L2capLeModuleFacadeService |
/system/bt/gd/l2cap/le/internal/ | ||
D | link.cc | 124 void Link::SendConnectionParameterUpdate(uint16_t conn_interval_min, uint16_t conn_interval_max, ui… in SendConnectionParameterUpdate() function in bluetooth::l2cap::le::internal::Link |