Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs256 fn open_connection( in open_connection() function
288 let (conn, mut rx) = open_connection(); in test_single_transaction()
303 let (conn, mut rx) = open_connection(); in test_sequential_transactions()
413 let (conn, mut rx) = open_connection(); in test_indication_confirmation()
437 let (conn, mut rx) = open_connection(); in test_sequential_indications()
478 let (conn, mut rx) = open_connection(); in test_queued_indications_only_one_sent()
503 let (conn, mut rx) = open_connection(); in test_queued_indications_dequeue_second()
539 let (conn, mut rx) = open_connection(); in test_queued_indications_complete_both()
578 let (conn, mut rx) = open_connection(); in test_indication_connection_drop()
601 let (conn, mut rx) = open_connection(); in test_single_indication_pending_mtu()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dcontroller_info.py47 reader, writer = await asyncio.open_connection(ip, port)