Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc171 CloseChannel(); in monitor_timer_expires()
215 CloseChannel(); in recv_i_frame()
269 CloseChannel(); in recv_rr()
296 CloseChannel(); in recv_rr()
325 CloseChannel(); in recv_rej()
327 CloseChannel(); in recv_rej()
350 CloseChannel(); in recv_rej()
352 CloseChannel(); in recv_rej()
371 CloseChannel(); in recv_rnr()
383 CloseChannel(); in recv_rnr()
[all …]
/system/bt/gd/l2cap/classic/
Dfacade.proto16 rpc CloseChannel(CloseChannelRequest) returns (google.protobuf.Empty) {} rpc
Dfacade.cc85 ::grpc::Status CloseChannel(::grpc::ServerContext* context, in CloseChannel() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
/system/bt/gd/l2cap/classic/cert/
Dpts_l2cap_test.py372 self.device_under_test.l2cap.CloseChannel(l2cap_facade_pb2.CloseChannelRequest(psm=psm))
405 self.device_under_test.l2cap.CloseChannel(l2cap_facade_pb2.CloseChannelRequest(psm=psm))
518 self.device_under_test.l2cap.CloseChannel(l2cap_facade_pb2.CloseChannelRequest(psm=psm))
/system/bt/gd/cert/
Dpy_l2cap.py48 self._device.l2cap.CloseChannel(l2cap_facade_pb2.CloseChannelRequest(psm=self._psm))