Searched refs:OpenChannel (Results 1 – 6 of 6) sorted by relevance
72 …self.device_under_test.l2cap.OpenChannel(l2cap_facade_pb2.OpenChannelRequest(remote=self.pts_addre…368 self.device_under_test.l2cap.OpenChannel(515 self.device_under_test.l2cap.OpenChannel(
15 rpc OpenChannel(OpenChannelRequest) returns (google.protobuf.Empty) {}
73 ::grpc::Status OpenChannel(::grpc::ServerContext* context, in OpenChannel() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
70 static uint8_t OpenChannel[] = {0x00, 0x70, 0x00, 0x00, 0x01}; variable
102 response_future = self._device.l2cap.OpenChannel.future(
159 cmdApdu.len = (int32_t)sizeof(OpenChannel); in LSC_OpenChannel()161 memcpy(cmdApdu.p_data, OpenChannel, cmdApdu.len); in LSC_OpenChannel()214 cmdApdu.len = (int32_t)sizeof(OpenChannel); in LSC_ResetChannel()216 memcpy(cmdApdu.p_data, OpenChannel, cmdApdu.len); in LSC_ResetChannel()