/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | android_vendor_capabilities_test.cc | 31 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 D | bredr_discovery_manager.cc | 217 event.event_code() == hci_spec::kCommandCompleteEventCode) { in MaybeStartInquiry()
|
H A D | bredr_discovery_manager_test.cc | 35 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, 0x04, 0xF0, \
|
H A D | bredr_connection_manager_test.cc | 142 StaticByteBuffer(hci_spec::kCommandCompleteEventCode, \ 474 hci_spec::kCommandCompleteEventCode,
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | fake_controller.cc | 280 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 D | test_packets.cc | 63 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 D | sequential_command_runner_test.cc | 56 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 D | command_channel_test.cc | 89 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 D | command_channel.cc | 31 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 D | control_packets_test.cc | 25 hci_spec::kCommandCompleteEventCode, in TEST() 38 StaticByteBuffer buffer(hci_spec::kCommandCompleteEventCode, in TEST()
|
H A D | control_packets.cc | 75 case hci_spec::kCommandCompleteEventCode: in StatusCode()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/ |
H A D | command_channel.h | 104 hci_spec::kCommandCompleteEventCode); 125 hci_spec::kCommandCompleteEventCode,
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/ |
H A D | sequential_command_runner.h | 74 hci_spec::kCommandCompleteEventCode,
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | protocol.h | 511 constexpr EventCode kCommandCompleteEventCode = 0x0E; variable
|