Home
last modified time | relevance | path

Searched refs:kCommandCompleteEventCode (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dandroid_vendor_capabilities_test.cc31 hci_spec::kCommandCompleteEventCode, in TEST()
69 hci_spec::kCommandCompleteEventCode, in TEST()
107 hci_spec::kCommandCompleteEventCode, in TEST()
156 hci_spec::kCommandCompleteEventCode, in TEST()
209 hci_spec::kCommandCompleteEventCode, in TEST()
268 hci_spec::kCommandCompleteEventCode, in TEST()
332 hci_spec::kCommandCompleteEventCode, in TEST()
H A Dbredr_discovery_manager.cc217 event.event_code() == hci_spec::kCommandCompleteEventCode) { in MaybeStartInquiry()
H A Dbredr_discovery_manager_test.cc35 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, 0x04, 0xF0, \
H A Dbredr_connection_manager_test.cc142 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, \
474 hci_spec::kCommandCompleteEventCode,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc280 hci_spec::kCommandCompleteEventCode); in RespondWithCommandComplete()
298 SendEvent(hci_spec::kCommandCompleteEventCode, packet); in RespondWithCommandComplete()
1604 hci_spec::kCommandCompleteEventCode); in OnReadLocalExtendedFeatures()
1644 hci_spec::kCommandCompleteEventCode); in OnLEReadBufferSizeV1()
1656 hci_spec::kCommandCompleteEventCode); in OnLEReadBufferSizeV2()
1672 hci_spec::kCommandCompleteEventCode); in OnLEReadSupportedStates()
1683 hci_spec::kCommandCompleteEventCode); in OnLEReadLocalSupportedFeatures()
1777 hci_spec::kCommandCompleteEventCode); in OnReadSimplePairingMode()
1801 hci_spec::kCommandCompleteEventCode); in OnReadPageScanType()
1818 hci_spec::kCommandCompleteEventCode); in OnReadInquiryMode()
[all …]
H A Dtest_packets.cc63 hci_spec::kCommandCompleteEventCode, in CommandCompletePacket()
287 hci_spec::kCommandCompleteEventCode, in IoCapabilityRequestNegativeReplyResponse()
341 hci_spec::kCommandCompleteEventCode, in IoCapabilityRequestReplyResponse()
579 hci_spec::kCommandCompleteEventCode, in LESetupIsoDataPathResponse()
706 hci_spec::kCommandCompleteEventCode, in LinkKeyRequestNegativeReplyResponse()
757 hci_spec::kCommandCompleteEventCode, in LinkKeyRequestReplyResponse()
817 hci_spec::kCommandCompleteEventCode, in PinCodeRequestNegativeReplyResponse()
874 hci_spec::kCommandCompleteEventCode, in PinCodeRequestReplyResponse()
1053 hci_spec::kCommandCompleteEventCode, in ReadScanEnableResponse()
1390 hci_spec::kCommandCompleteEventCode, in UserPasskeyRequestNegativeReplyResponse()
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dsequential_command_runner_test.cc56 hci_spec::kCommandCompleteEventCode, in TEST_F()
64 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
236 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
244 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
406 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
414 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
432 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
440 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
951 hci_spec::kCommandCompleteEventCode, in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dcommand_channel_test.cc89 hci_spec::kCommandCompleteEventCode, in TEST_F()
234 hci_spec::kCommandCompleteEventCode, in TEST_F()
244 hci_spec::kCommandCompleteEventCode, in TEST_F()
267 EXPECT_EQ(hci_spec::kCommandCompleteEventCode, event.event_code()); in TEST_F()
317 hci_spec::kCommandCompleteEventCode, in TEST_F()
327 hci_spec::kCommandCompleteEventCode, in TEST_F()
354 EXPECT_EQ(hci_spec::kCommandCompleteEventCode, event.event_code()); in TEST_F()
614 hci_spec::kCommandCompleteEventCode, 0x03, 0x01, 0x00, 0x00); in TEST_F()
728 hci_spec::kCommandCompleteEventCode, in TEST_F()
790 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, in TEST_F()
[all …]
H A Dcommand_channel.cc31 return code != hci_spec::kCommandCompleteEventCode && in IsAsync()
273 event_code == hci_spec::kCommandCompleteEventCode || in AddEventHandler()
559 event_code == hci_spec::kCommandCompleteEventCode); in UpdateTransaction()
568 if (event->event_code() == hci_spec::kCommandCompleteEventCode) { in UpdateTransaction()
612 if (event_code == hci_spec::kCommandCompleteEventCode) { in UpdateTransaction()
760 event->event_code() == hci_spec::kCommandCompleteEventCode) { in OnEvent()
H A Dcontrol_packets_test.cc25 hci_spec::kCommandCompleteEventCode, in TEST()
38 StaticByteBuffer buffer(hci_spec::kCommandCompleteEventCode, in TEST()
H A Dcontrol_packets.cc75 case hci_spec::kCommandCompleteEventCode: in StatusCode()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dcommand_channel.h104 hci_spec::kCommandCompleteEventCode);
125 hci_spec::kCommandCompleteEventCode,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
H A Dsequential_command_runner.h74 hci_spec::kCommandCompleteEventCode,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h511 constexpr EventCode kCommandCompleteEventCode = 0x0E; variable