Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/cert/
H A Dpy_le_iso.py31 from iso import facade_pb2 as iso_facade_pb2 unknown
63 … self._device.iso.SendIsoPacket(iso_facade_pb2.IsoPacket(handle=self._cis_handle, payload=payload))
97 iso_facade_pb2.LeSetCigParametersRequest(
120 iso_facade_pb2.LeSetCigParametersTestRequest.LeCisParametersTestConfig(
134 iso_facade_pb2.LeSetCigParametersTestRequest(
149 …set_cig_params_complete_capture = PyLeIso.IsoCigComplete(iso_facade_pb2.IsoMsgType.ISO_PARAMETERS_…
168iso_facade_pb2.LeCreateCisRequest.HandlePair(cis_handle=hp_tmp[0], acl_handle=hp_tmp[1]))
170 self._device.iso.LeCreateCis(iso_facade_pb2.LeCreateCisRequest(handle_pair=handles_pairs))
173 … cis_establshed_capture = PyLeIso.IsoCigEstablished(iso_facade_pb2.IsoMsgType.ISO_CIS_ESTABLISHED)