Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h121 uint8_t break_signal; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel.c962 status.break_signal = (modemSts->breakSignal & MSC_BREAK) ? 1 : 0; in RfcommSetPeerModemStatus()
H A Drfcomm_channel_fsm.c1118 status.breakSignal = modemSts->break_signal ? MSC_BREAK : 0; in RfcommSendMscReq()