Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c24 static int RfcommOpenSession(RfcommSessionInfo *session, const void *data);
50 {EV_SESSION_SEND_OPEN_REQ, RfcommOpenSession},
105 int RfcommOpenSession(RfcommSessionInfo *session, const void *data) in RfcommOpenSession() function