Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dl2cap.h108 #define L2CAP_CTRL_SAR 0xC000 macro
446 #define __is_sar_start(ctrl) (((ctrl) & L2CAP_CTRL_SAR) == L2CAP_SDU_START)
/linux-2.6.39/net/bluetooth/
Dl2cap_core.c1054 control &= L2CAP_CTRL_SAR; in l2cap_retransmit_one_frame()
1097 control &= L2CAP_CTRL_SAR; in l2cap_ertm_send()
2782 switch (control & L2CAP_CTRL_SAR) { in l2cap_ertm_reassembly_sdu()
3021 switch (control & L2CAP_CTRL_SAR) { in l2cap_streaming_reassembly_sdu()