Home
last modified time | relevance | path

Searched refs:kExtendedFeaturesBitFixedChannels (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_signaling_server_test.cc63 l2cap::kExtendedFeaturesBitFixedChannels | in TEST_F()
H A Dfake_signaling_server.cc269 l2cap::kExtendedFeaturesBitFixedChannels | in SendInformationResponseExtendedFeatures()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dbredr_command_handler_test.cc656 LowerBits(kExtendedFeaturesBitFixedChannels), in TEST_F()
673 EXPECT_EQ(kExtendedFeaturesBitFixedChannels, rsp.extended_features()); in TEST_F()
H A Dbredr_dynamic_channel.cc202 kExtendedFeaturesBitFixedChannels | kExtendedFeaturesBitFCSOption | in OnRxInfoReq()
H A Dbredr_dynamic_channel_test.cc2165 kExtendedFeaturesBitFixedChannels | kExtendedFeaturesBitFCSOption | in TEST_F()
2176 kExtendedFeaturesBitFixedChannels | kExtendedFeaturesBitFCSOption | in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dl2cap_defs.h253 constexpr ExtendedFeatures kExtendedFeaturesBitFixedChannels = 1 << 7; variable