Lines Matching defs:self

33     def __init__(self, device, psm, l2cap_stream):  argument
40 def get_event_queue(self): argument
43 def send(self, payload): argument
47 def close_channel(self): argument
50 def set_traffic_paused(self, paused): argument
60 def __init__(self, grpc_response_future, device, psm, l2cap_stream): argument
66 def get_channel(self): argument
72 def __init__(self, device, cert_address): argument
77 def close(self): argument
80 …def register_dynamic_channel(self, psm=0x33, mode=l2cap_facade_pb2.RetransmissionFlowControlMode.B… argument
85 …def connect_dynamic_channel_to_cert(self, psm=0x33, mode=l2cap_facade_pb2.RetransmissionFlowContro… argument
96 def get_channel_queue_buffer_size(self): argument
102 def __init__(self, device, cid, l2cap_stream): argument
109 def get_event_queue(self): argument
112 def send(self, payload): argument
116 def close_channel(self): argument
123 def __init__(self, device, cert_address, psm, l2cap_stream): argument
131 def get_event_queue(self): argument
134 def send(self, payload): argument
138 def close_channel(self): argument
149 def __init__(self, grpc_response_future, device, cert_address, psm, le_l2cap_stream): argument
156 def get_status(self): argument
159 def get_channel(self): argument
166 def __init__(self, device): argument
170 def close(self): argument
173 def enable_fixed_channel(self, cid=4): argument
176 def get_fixed_channel(self, cid=4): argument
179 def register_coc(self, cert_address, psm=0x33, security_level=SecurityLevel.NO_SECURITY): argument
184 def connect_coc_to_cert(self, cert_address, psm=0x33): argument
195 def update_connection_parameter(self, argument