Home
last modified time | relevance | path

Searched refs:kCommandRejectMaxDataLength (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dsignaling_channel.cc291 PW_DCHECK(data.size() <= kCommandRejectMaxDataLength); in SendCommandReject()
294 sizeof(CommandRejectPayload) + kCommandRejectMaxDataLength; in SendCommandReject()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dl2cap_defs.h367 constexpr size_t kCommandRejectMaxDataLength = 4; variable