Searched refs:kCreateConnection (Results 1 – 6 of 6) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection_request_test.cc | 44 LowerBits(hci_spec::kCreateConnection), 45 UpperBits(hci_spec::kCreateConnection));
|
D | bredr_connection_manager_test.cc | 210 const auto kCreateConnection = testing::CreateConnectionPacket(TEST_DEV_ADDR); variable 213 hci_spec::kCreateConnection, pw::bluetooth::emboss::StatusCode::SUCCESS); 216 hci_spec::kCreateConnection, 3445 test_device(), kCreateConnection, &kCreateConnectionRspError); in TEST_F() 3467 kCreateConnection, in TEST_F() 3497 test_device(), kCreateConnection, &kCreateConnectionRsp); in TEST_F() 3525 kCreateConnection, in TEST_F() 3557 kCreateConnection, in TEST_F() 3601 kCreateConnection, in TEST_F() 3646 kCreateConnection, in TEST_F() [all …]
|
/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | bredr_connection_request.cc | 31 hci_spec::kCreateConnection); in CreateConnectionPacket()
|
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
D | protocol.h | 146 inline constexpr OpCode kCreateConnection = LinkControlOpCode(0x0005); variable
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | test_packets.cc | 147 LowerBits(hci_spec::kCreateConnection), in CreateConnectionPacket() 148 UpperBits(hci_spec::kCreateConnection), in CreateConnectionPacket()
|
D | fake_controller.cc | 4294 case hci_spec::kCreateConnection: in HandleReceivedCommandPacket() 4416 case hci_spec::kCreateConnection: { in HandleReceivedCommandPacket()
|