Home
last modified time | relevance | path

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

/system/bt/gd/rust/link/src/acl/classic/
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()
/system/bt/gd/hci/acl_manager/
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…
/system/bt/gd/cert/
Dpy_hci.py167 hci_packets.CreateConnectionBuilder(
Dpy_hal.py193 hci_packets.CreateConnectionBuilder(
/system/bt/gd/hci/cert/
Ddirect_hci_test.py69 from bluetooth_packets_python3.hci_packets import CreateConnectionBuilder
/system/bt/gd/hci/
Dhci_layer_test.cc694 upper->SendHciCommandExpectingStatus(CreateConnectionBuilder::Create( in TEST_F()