Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap_if.c399 static void RfcommSendConnectReqCallback(const BtAddr *addr, uint16_t lcid, int result, void *conte… in RfcommSendConnectReqCallback() function
431 …int ret = L2CIF_ConnectReq(addr, BT_PSM_RFCOMM, BT_PSM_RFCOMM, NULL, RfcommSendConnectReqCallback); in RfcommSendConnectReq()