Home
last modified time | relevance | path

Searched refs:MSC_RTC (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()
958 status.rtc = (modemSts->signals & MSC_RTC) ? 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()
1113 status.signals |= modemSts->rtc ? MSC_RTC : 0; in RfcommSendMscReq()
H A Drfcomm_defs.h319 #define MSC_RTC 0b00000010 macro