Home
last modified time | relevance | path

Searched refs:OpenChannel (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/l2cap/classic/cert/
H A Dpts_l2cap_test.py72 …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(
/aosp12/system/bt/gd/l2cap/classic/
H A Dfacade.proto15 rpc OpenChannel(OpenChannelRequest) returns (google.protobuf.Empty) {}
H A Dfacade.cc73 ::grpc::Status OpenChannel(::grpc::ServerContext* context, in OpenChannel() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/inc/
H A DLsLib.h70 static uint8_t OpenChannel[] = {0x00, 0x70, 0x00, 0x00, 0x01}; variable
/aosp12/system/bt/gd/cert/
H A Dpy_l2cap.py102 response_future = self._device.l2cap.OpenChannel.future(
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/
H A DLsLib.cpp159 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()