Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dsignaling_channel.cc67 const CommandId initial_id = GetNextCommandId(); in SendRequest()
70 id = GetNextCommandId(); in SendRequest()
305 CommandId SignalingChannel::GetNextCommandId() { in GetNextCommandId() function in bt::l2cap::internal::SignalingChannel
Dsignaling_channel_test.cc55 using SignalingChannel::GetNextCommandId;
354 EXPECT_EQ(0x01, sig()->GetNextCommandId()); in TEST_F()
356 EXPECT_NE(0x00, sig()->GetNextCommandId()); in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dsignaling_channel.h190 CommandId GetNextCommandId();