Home
last modified time | relevance | path

Searched refs:L2CAP_STREAM_MODE (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h66 #define L2CAP_STREAM_MODE 0x04 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.c161 } else if (chan->lcfg.rfc.mode == L2CAP_STREAM_MODE) { in L2CAP_ConfigReq()
221 } else if (chan->lcfg.rfc.mode == L2CAP_STREAM_MODE) { in L2CAP_ConfigRsp()
H A Dl2cap_inst.c262 if (chan->lcfg.rfc.mode == L2CAP_STREAM_MODE) { in L2capDestroyChannelTx()
H A Dl2cap_core.c931 } else if (chan->lcfg.rfc.mode == L2CAP_STREAM_MODE) { in L2capAddNewPacket()
983 } else if (chan->lcfg.rfc.mode == L2CAP_STREAM_MODE) { in L2capSendIFrame()
2140 case L2CAP_STREAM_MODE: in L2capProcessData()

Completed in 5 milliseconds