Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c644 if ((!info.pf) || !IS_RSP(info.isInitiator, info.cr) || info.length || in RfcommIsUaValid()
666 if (!IS_RSP(info.isInitiator, info.cr) || info.length || in RfcommIsDmValid()
H A Drfcomm_defs.h138 #define IS_RSP(isInitiator, cr) (((isInitiator) && (cr)) || (!(isInitiator) && !(cr))) macro