Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/link/src/acl/classic/
H A Dmod.rs11 CreateConnectionBuilder, CreateConnectionCancelBuilder, CreateConnectionRoleSwitch,
244 fn build_create_connection(bd_addr: Address) -> CreateConnectionBuilder { in build_create_connection() argument
245 CreateConnectionBuilder { in build_create_connection()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_impl.h218 std::unique_ptr<CreateConnectionBuilder> packet = CreateConnectionBuilder::Create( in create_connection()
692 …std::queue<std::pair<Address, std::unique_ptr<CreateConnectionBuilder>>> pending_outgoing_connecti…
/aosp12/system/bt/gd/cert/
H A Dpy_hci.py167 hci_packets.CreateConnectionBuilder(
H A Dpy_hal.py193 hci_packets.CreateConnectionBuilder(
/aosp12/system/bt/gd/hci/cert/
H A Ddirect_hci_test.py69 from bluetooth_packets_python3.hci_packets import CreateConnectionBuilder
/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc694 upper->SendHciCommandExpectingStatus(CreateConnectionBuilder::Create( in TEST_F()