Home
last modified time | relevance | path

Searched refs:kCommandStatusEventCode (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dcommand_channel_test.cc157 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 Dcommand_channel.cc32 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 Dcontrol_packets.cc78 case hci_spec::kCommandStatusEventCode: in StatusCode()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dconnection.cc128 PW_DCHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in Disconnect()
148 hci_spec::kCommandStatusEventCode); in Disconnect()
H A Dbredr_connection_request.cc78 PW_DCHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in CreateConnection()
113 hci_spec::kCommandStatusEventCode); in CreateConnection()
H A Dsequential_command_runner.cc133 event.event_code() == hci_spec::kCommandStatusEventCode && in TryRunNextQueuedCommand()
134 complete_event_code != hci_spec::kCommandStatusEventCode) { in TryRunNextQueuedCommand()
H A Dsequential_command_runner_test.cc48 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 Dlow_energy_connector.cc192 PW_DCHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in CreateConnectionInternal()
230 hci_spec::kCommandStatusEventCode); in CreateConnectionInternal()
H A Dbredr_connection.cc81 std::move(cmd), std::move(event_cb), hci_spec::kCommandStatusEventCode); in StartEncryption()
H A Dlow_energy_connection.cc99 std::move(cmd), std::move(event_cb), hci_spec::kCommandStatusEventCode); in StartEncryption()
H A Dconnection_test.cc187 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 Dfake_controller_test.cc42 hci_spec::kCommandStatusEventCode) { in TEST_F()
H A Dtest_packets.cc77 hci_spec::kCommandStatusEventCode, in CommandStatusPacket()
193 hci_spec::kCommandStatusEventCode, in DisconnectStatusResponsePacket()
H A Dfake_controller.cc304 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 Dbredr_discovery_manager.cc216 if (event.event_code() == hci_spec::kCommandStatusEventCode || in MaybeStartInquiry()
489 if (event.event_code() == hci_spec::kCommandStatusEventCode) { in RequestPeerName()
H A Dbredr_connection_request_test.cc40 hci_spec::kCommandStatusEventCode, // event code
H A Dlow_energy_connection.cc605 PW_CHECK(event.event_code() == hci_spec::kCommandStatusEventCode); in UpdateConnectionParams()
618 hci_spec::kCommandStatusEventCode); in UpdateConnectionParams()
H A Dbredr_connection_manager.cc2002 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 Dbredr_discovery_manager_test.cc40 StaticByteBuffer( hci_spec::kCommandStatusEventCode, 0x04, \
H A Dbredr_connection_manager_test.cc162 StaticByteBuffer(hci_spec::kCommandStatusEventCode, \
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h515 constexpr EventCode kCommandStatusEventCode = 0x0F; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection_manager.cc507 hci_spec::kCommandStatusEventCode); in SendRejectConnectionCommand()