Home
last modified time | relevance | path

Searched refs:MSC_RTR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel.c924 modemStatus.signals = MSC_RTC | MSC_RTR | MSC_DV; in RfcommSetFlcToPeer()
927 modemStatus.signals = MSC_FC | MSC_RTC | MSC_RTR | MSC_DV; in RfcommSetFlcToPeer()
959 status.rtr = (modemSts->signals & MSC_RTR) ? 1 : 0; in RfcommSetPeerModemStatus()
H A Drfcomm_channel_fsm.c256 modemStatus.signals = MSC_RTC | MSC_RTR | MSC_DV; in RfcommRecvUa()
797 modemSts.signals = MSC_RTC | MSC_RTR | MSC_DV; in RfcommRecvMscReq()
1114 status.signals |= modemSts->rtr ? MSC_RTR : 0; in RfcommSendMscReq()
H A Drfcomm_defs.h320 #define MSC_RTR 0b00000100 macro