Home
last modified time | relevance | path

Searched refs:SupportedCommandsView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter_test.cc1490 settings.SupportedCommandsView() in TEST_F()
1543 settings.SupportedCommandsView() in TEST_F()
1562 settings.SupportedCommandsView() in TEST_F()
1591 settings.SupportedCommandsView() in TEST_F()
1616 settings.SupportedCommandsView() in TEST_F()
1709 settings.SupportedCommandsView() in GetSupportedDelayRangeHelper()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc104 auto view = SupportedCommandsView(); in AddBREDRSupportedCommands()
128 auto view = SupportedCommandsView(); in AddLESupportedCommands()
169 auto view = SupportedCommandsView(); in ApplyExtendedLEConfig()
2616 if (!settings_.SupportedCommandsView() in OnWriteSynchronousFlowControlEnableCommand()
3299 if (!settings_.SupportedCommandsView() in OnLEReadMaximumAdvertisingDataLength()
3437 if (settings_.SupportedCommandsView() in OnReadLocalSupportedControllerDelay()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_controller.h62 auto SupportedCommandsView() { in SupportedCommandsView() function