Home
last modified time | relevance | path

Searched refs:kLEMetaEventCode (Results 1 – 16 of 16) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dextended_low_energy_scanner_test.cc138 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
174 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
228 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
267 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
290 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
324 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
360 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
399 hci_spec::kLEMetaEventCode, packet_size); in TEST_F()
Dextended_low_energy_scanner.cc143 PW_DCHECK(event.event_code() == hci_spec::kLEMetaEventCode); in ParseAdvertisingReports()
Dlegacy_low_energy_scanner.cc137 PW_DCHECK(event.event_code() == hci_spec::kLEMetaEventCode); in ParseAdvertisingReports()
Dlow_energy_connector_test.cc85 hci_spec::kLEMetaEventCode); in CreateConnectionCompleteSubevent()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dcommand_channel_test.cc1193 StaticByteBuffer(hci_spec::kLEMetaEventCode, 0x01, kTestSubeventCode0); in TEST_F()
1195 StaticByteBuffer(hci_spec::kLEMetaEventCode, 0x01, kTestSubeventCode1); in TEST_F()
1201 EXPECT_EQ(hci_spec::kLEMetaEventCode, event.event_code()); in TEST_F()
1213 EXPECT_EQ(hci_spec::kLEMetaEventCode, event.event_code()); in TEST_F()
1309 EXPECT_EQ(hci_spec::kLEMetaEventCode, event.event_code()); in TEST_F()
1344 hci_spec::kLEMetaEventCode, in TEST_F()
1907 StaticByteBuffer(hci_spec::kLEMetaEventCode, in TEST_F()
1924 EXPECT_EQ(hci_spec::kLEMetaEventCode, event.event_code()); in TEST_F()
2026 StaticByteBuffer(hci_spec::kLEMetaEventCode, in TEST_F()
2040 EXPECT_EQ(hci_spec::kLEMetaEventCode, event.event_code()); in TEST_F()
[all …]
Dcommand_channel.cc183 hci_spec::kLEMetaEventCode, in SendLeAsyncExclusiveCommand()
199 PW_CHECK((complete_event_code == hci_spec::kLEMetaEventCode) == in SendExclusiveCommandInternal()
274 event_code == hci_spec::kLEMetaEventCode) { in AddEventHandler()
643 case hci_spec::kLEMetaEventCode: in NotifyEventHandler()
Dcontrol_packets_test.cc67 hci_spec::kLEMetaEventCode, packet_size); in TEST()
Dcontrol_packets.cc147 case hci_spec::kLEMetaEventCode: { in StatusCode()
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_peer.cc188 hci_spec::kLEMetaEventCode, packet_size); in BuildLegacyAdvertisingReportEvent()
255 hci_spec::kLEMetaEventCode, packet_size); in BuildLegacyScanResponseReportEvent()
362 hci_spec::kLEMetaEventCode, packet_size); in BuildExtendedAdvertisingReports()
Dtest_packets.cc492 hci_spec::kLEMetaEventCode, in LEReadRemoteFeaturesCompletePacket()
525 hci_spec::kLEMetaEventCode, in LECisRequestEventPacket()
565 hci_spec::kLEMetaEventCode); in LERequestPeerScaCompletePacket()
596 hci_spec::kLEMetaEventCode); in LECisEstablishedEventPacket()
Dfake_controller.cc429 hci_spec::kLEMetaEventCode); in ConnectLowEnergy()
514 hci_spec::kLEMetaEventCode); in SendLEConnectionUpdateCompleteSubevent()
1131 hci_spec::kLEMetaEventCode); in SendEnhancedConnectionCompleteEvent()
1185 hci_spec::kLEMetaEventCode); in SendConnectionCompleteEvent()
1262 hci_spec::kLEMetaEventCode); in OnLEConnectionUpdateCommandReceived()
1691 hci_spec::kLEMetaEventCode); in OnLECreateConnectionCancel()
1707 hci_spec::kLEMetaEventCode); in OnLECreateConnectionCancel()
2578 hci_spec::kLEMetaEventCode); in OnLEReadRemoteFeaturesCommand()
3408 hci_spec::kLEMetaEventCode); in SendLEAdvertisingSetTerminatedEvent()
/external/pigweed/pw_bluetooth_sapphire/host/iso/
Diso_stream_manager.cc95 PW_CHECK(event.event_code() == hci_spec::kLEMetaEventCode); in OnCisRequest()
Diso_stream.cc218 PW_CHECK(event.event_code() == hci_spec::kLEMetaEventCode); in OnCisEstablished()
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h600 inline constexpr EventCode kLEMetaEventCode = 0x3E; variable
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_connection.cc600 PW_CHECK(event.event_code() == hci_spec::kLEMetaEventCode); in OnLEConnectionUpdateComplete()
Dlow_energy_connection_manager_test.cc3187 hci_spec::kLEMetaEventCode); in TEST_F()
3261 hci_spec::kLEMetaEventCode); in TEST_F()