feat(bt/bluedroid): Add flags for BQB auto test of L2CAP
1: add sdp_bqb_disable_flag to avoid running sdpu_build_n_send_error. 2: add sdp_bqb_inact_timeout_flag to set the SDP inactivity timeout to 90 seconds. 3: add l2cap_bqb_bad_cmd_len_rej_flag to reject the C-Frame with invalid PDU length 4: add l2cap_bqb_ertm_mode_included_flag to set L2CAP_FCR_ERTM_MODE for most L2CAP cases
This commit is contained in:
committed by
gongyantao
parent
10c7026053
commit
afc7cf445e
@@ -37,8 +37,10 @@
|
||||
#define SDP_MAX_CONTINUATION_LEN 16 /* As per the spec */
|
||||
|
||||
/* Timeout definitions. */
|
||||
#define SDP_INACT_TIMEOUT 30 /* Inactivity timeout */
|
||||
|
||||
#define SDP_INACT_TIMEOUT 30 /* Inactivity timeout */
|
||||
#if BT_SDP_BQB_INCLUDED
|
||||
#define SDP_BQB_INACT_TIMEOUT 90 /* Inactivity timeout for BQB test */
|
||||
#endif /* BT_SDP_BQB_INCLUDED */
|
||||
|
||||
/* Define the Out-Flow default values. */
|
||||
#define SDP_OFLOW_QOS_FLAG 0
|
||||
|
||||
Reference in New Issue
Block a user