Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_defs.h321 #define MSC_IC 0b00100000 macro
H A Drfcomm_channel.c960 status.ic = (modemSts->signals & MSC_IC) ? 1 : 0; in RfcommSetPeerModemStatus()
H A Drfcomm_channel_fsm.c1115 status.signals |= modemSts->ic ? MSC_IC : 0; in RfcommSendMscReq()