Home
last modified time | relevance | path

Searched refs:EV_CHANNEL_SEND_CLOSE_REQ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm.c274 return RfcommChannelEvtFsm(channel, EV_CHANNEL_SEND_CLOSE_REQ, NULL); in RfcommDisconnectChannel()
H A Drfcomm_defs.h253 EV_CHANNEL_SEND_CLOSE_REQ, enumerator
H A Drfcomm_channel.c809 RfcommChannelEvtFsm(channel, EV_CHANNEL_SEND_CLOSE_REQ, NULL); in RfcommRemoveChannelCallback()
H A Drfcomm_channel_fsm.c54 {EV_CHANNEL_SEND_CLOSE_REQ, RfcommCloseChannel},