Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Drfcdefs.h247 #define RFCOMM_MX_RLS_LEN 2 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c408 *p_data++ = RFCOMM_EA | (RFCOMM_MX_RLS_LEN << 1); in rfc_send_rls()
414 p_buf->len = RFCOMM_MX_RLS_LEN + 2; in rfc_send_rls()
924 if (length != RFCOMM_MX_RLS_LEN) { in rfc_process_mx_message()