Home
last modified time | relevance | path

Searched refs:L2capParametersExt (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dprofile_server.h45 class L2capParametersExt final
46 : public ServerBase<fuchsia::bluetooth::bredr::L2capParametersExt> {
48 L2capParametersExt( in L2capParametersExt() function
49 fidl::InterfaceRequest<fuchsia::bluetooth::bredr::L2capParametersExt> in L2capParametersExt()
266 void OnL2capParametersExtError(L2capParametersExt* ext_server,
271 fidl::InterfaceHandle<fuchsia::bluetooth::bredr::L2capParametersExt>
348 std::unique_ptr<L2capParametersExt>>
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dprofile_server.cc260 void ProfileServer::L2capParametersExt::RequestParameters( in RequestParameters()
298 void ProfileServer::L2capParametersExt::handle_unknown_method( in handle_unknown_method()
1191 void ProfileServer::OnL2capParametersExtError(L2capParametersExt* ext_server, in OnL2capParametersExtError()
1205 fidl::InterfaceHandle<fidlbredr::L2capParametersExt>
1208 fidl::InterfaceHandle<fidlbredr::L2capParametersExt> client; in BindL2capParametersExtServer()
1212 auto l2cap_parameters_ext_server = std::make_unique<L2capParametersExt>( in BindL2capParametersExtServer()
1214 L2capParametersExt* server_ptr = l2cap_parameters_ext_server.get(); in BindL2capParametersExtServer()