Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h317 #define L2CAP_FCR_SEG_BITS 0xC000 /* Mask to get the segmentation bits from ctrl-word … macro
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c427 ctrl_word = p_buf->layer_specific & L2CAP_FCR_SEG_BITS; /* SAR bits */ in prepare_I_frame()
1303 UINT16 sar_type = ctrl_word & L2CAP_FCR_SEG_BITS; in do_sar_reassembly()