Home
last modified time | relevance | path

Searched defs:kPeerConfigReqId (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dchannel_manager_mock_controller_test_fixture.h119 const l2cap::CommandId kPeerConfigReqId = kPeerConnReqId + 1; variable
144 const l2cap::CommandId kPeerConfigReqId = 1; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel_manager_test.cc4120 constexpr l2cap::CommandId kPeerConfigReqId = 6; in TEST_F() local