Home
last modified time | relevance | path

Searched defs:kCreateConnection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h162 constexpr OpCode kCreateConnection = LinkControlOpCode(0x0005); variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager_test.cc201 const auto kCreateConnection = testing::CreateConnectionPacket(TEST_DEV_ADDR); variable