Home
last modified time | relevance | path

Searched refs:SendConnectionParameterUpdate (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_options.cc56 …l2cap_handler_->Post(common::BindOnce(&internal::Link::SendConnectionParameterUpdate, common::Unre… in UpdateConnectionParameter()
Dfacade.cc424 ::grpc::Status SendConnectionParameterUpdate( in SendConnectionParameterUpdate() function in bluetooth::l2cap::le::L2capLeModuleFacadeService
/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.h116 virtual void SendConnectionParameterUpdate(uint16_t conn_interval_min, uint16_t conn_interval_max,
Dlink.cc186 void Link::SendConnectionParameterUpdate(uint16_t conn_interval_min, uint16_t conn_interval_max, ui… in SendConnectionParameterUpdate() function in bluetooth::l2cap::le::internal::Link