Home
last modified time | relevance | path

Searched defs:modemSts (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c777 RfcommModemStatusInfo modemSts; in RfcommRecvMscReq() local
1108 RfcommModemStatus *modemSts = (RfcommModemStatus *)data; in RfcommSendMscReq() local
H A Drfcomm_channel.c946 void RfcommSetPeerModemStatus(RfcommChannelInfo *channel, const RfcommModemStatusInfo *modemSts) in RfcommSetPeerModemStatus()
H A Drfcomm_frames.c281 …(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommModemStatusInfo *modemSts) in RfcommSendUihMsc()