Home
last modified time | relevance | path

Searched defs:connection_handle (Results 1 – 9 of 9) sorted by relevance

/external/python/bumble/bumble/
Dhelpers.py148 def start_acl_stream(self, connection_handle): argument
163 def end_acl_stream(self, connection_handle): argument
Dgatt_server.py111 def send_gatt_pdu(self, connection_handle, pdu): argument
Dl2cap.py1369 def find_channel(self, connection_handle, cid): argument
1375 def find_le_coc_channel(self, connection_handle, cid): argument
1501 def on_disconnection(self, connection_handle, _reason): argument
Ddevice.py829 def wrapper(self, connection_handle, *args, **kwargs): argument
1152 def send_l2cap_pdu(self, connection_handle, cid, pdu): argument
2179 async def get_long_term_key(self, connection_handle, rand, ediv): argument
2454 connection_handle, argument
Dhost.py352 def send_l2cap_pdu(self, connection_handle, cid, pdu): argument
Dhci.py5363 def __init__(self, connection_handle, pb_flag, bc_flag, data_total_length, data): argument
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dvendor.h34 uint16_t connection_handle; member
/external/google-breakpad/src/tools/windows/converter_exe/
Dwininet_client.cc152 bool WinInetClient::OpenRequest(HttpHandle connection_handle, in OpenRequest()
Dwinhttp_client.cc150 bool WinHttpClient::OpenRequest(HttpHandle connection_handle, in OpenRequest()