/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
H A D | command_channel_test.cc | 157 ASSERT_EQ(hci_spec::kCommandStatusEventCode, event.event_code()); in TEST_F() 193 hci_spec::kCommandStatusEventCode, in TEST_F() 206 EXPECT_EQ(hci_spec::kCommandStatusEventCode, event.event_code()); in TEST_F() 218 std::move(reset), complete_cb, hci_spec::kCommandStatusEventCode); in TEST_F() 250 hci_spec::kCommandStatusEventCode, in TEST_F() 333 hci_spec::kCommandStatusEventCode, in TEST_F() 421 hci_spec::kCommandStatusEventCode, in TEST_F() 431 hci_spec::kCommandStatusEventCode, in TEST_F() 457 EXPECT_EQ(hci_spec::kCommandStatusEventCode, event.event_code()); in TEST_F() 522 hci_spec::kCommandStatusEventCode, in TEST_F() [all …]
|
H A D | command_channel.cc | 32 code != hci_spec::kCommandStatusEventCode; in IsAsync() 272 if (event_code == hci_spec::kCommandStatusEventCode || in AddEventHandler() 558 PW_DCHECK(event_code == hci_spec::kCommandStatusEventCode || in UpdateTransaction() 759 if (event->event_code() == hci_spec::kCommandStatusEventCode || in OnEvent()
|
H A D | control_packets.cc | 78 case hci_spec::kCommandStatusEventCode: in StatusCode()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
H A D | connection.cc | 128 PW_DCHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in Disconnect() 148 hci_spec::kCommandStatusEventCode); in Disconnect()
|
H A D | bredr_connection_request.cc | 78 PW_DCHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in CreateConnection() 113 hci_spec::kCommandStatusEventCode); in CreateConnection()
|
H A D | sequential_command_runner.cc | 133 event.event_code() == hci_spec::kCommandStatusEventCode && in TryRunNextQueuedCommand() 134 complete_event_code != hci_spec::kCommandStatusEventCode) { in TryRunNextQueuedCommand()
|
H A D | sequential_command_runner_test.cc | 48 hci_spec::kCommandStatusEventCode, in TEST_F() 389 StaticByteBuffer(hci_spec::kCommandStatusEventCode, in TEST_F() 398 StaticByteBuffer(hci_spec::kCommandStatusEventCode, in TEST_F() 424 StaticByteBuffer(hci_spec::kCommandStatusEventCode, in TEST_F() 591 hci_spec::kCommandStatusEventCode); in TEST_F()
|
H A D | low_energy_connector.cc | 192 PW_DCHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in CreateConnectionInternal() 230 hci_spec::kCommandStatusEventCode); in CreateConnectionInternal()
|
H A D | bredr_connection.cc | 81 std::move(cmd), std::move(event_cb), hci_spec::kCommandStatusEventCode); in StartEncryption()
|
H A D | low_energy_connection.cc | 99 std::move(cmd), std::move(event_cb), hci_spec::kCommandStatusEventCode); in StartEncryption()
|
H A D | connection_test.cc | 187 hci_spec::kCommandStatusEventCode, 0x04, pw::bluetooth::emboss::StatusCode::SUCCESS, 1, in TEST_P() 461 hci_spec::kCommandStatusEventCode, 0x04, pw::bluetooth::emboss::StatusCode::SUCCESS, 1, in TEST_P()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | fake_controller_test.cc | 42 hci_spec::kCommandStatusEventCode) { in TEST_F()
|
H A D | test_packets.cc | 77 hci_spec::kCommandStatusEventCode, in CommandStatusPacket() 193 hci_spec::kCommandStatusEventCode, in DisconnectStatusResponsePacket()
|
H A D | fake_controller.cc | 304 hci_spec::kCommandStatusEventCode); in RespondWithCommandStatus() 310 SendEvent(hci_spec::kCommandStatusEventCode, &packet); in RespondWithCommandStatus()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | bredr_discovery_manager.cc | 216 if (event.event_code() == hci_spec::kCommandStatusEventCode || in MaybeStartInquiry() 489 if (event.event_code() == hci_spec::kCommandStatusEventCode) { in RequestPeerName()
|
H A D | bredr_connection_request_test.cc | 40 hci_spec::kCommandStatusEventCode, // event code
|
H A D | low_energy_connection.cc | 605 PW_CHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in UpdateConnectionParams() 618 hci_spec::kCommandStatusEventCode); in UpdateConnectionParams()
|
H A D | bredr_connection_manager.cc | 2002 hci_spec::kCommandStatusEventCode); in SendAuthenticationRequested() 2136 hci_spec::kCommandStatusEventCode); in SendAcceptConnectionRequest() 2160 hci_spec::kCommandStatusEventCode); in SendRejectConnectionRequest() 2184 hci_spec::kCommandStatusEventCode); in SendRejectSynchronousRequest()
|
H A D | bredr_discovery_manager_test.cc | 40 StaticByteBuffer( hci_spec::kCommandStatusEventCode, 0x04, \
|
H A D | bredr_connection_manager_test.cc | 162 StaticByteBuffer(hci_spec::kCommandStatusEventCode, \
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | protocol.h | 515 constexpr EventCode kCommandStatusEventCode = 0x0F; variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/ |
H A D | sco_connection_manager.cc | 507 hci_spec::kCommandStatusEventCode); in SendRejectConnectionCommand()
|