Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.c1487 AttGetConnectInfoIndexByCid(attBredrSendRspPtr->lcid, &connect); in AttBREDRSendRespCallbackAsync()
1494 if (attBredrSendRspPtr->result != BT_SUCCESS) { in AttBREDRSendRespCallbackAsync()
1495 LOG_WARN("L2CAP Send Resp error ,error code = %{public}d", attBredrSendRspPtr->result); in AttBREDRSendRespCallbackAsync()
1500 … connect->retGattConnectHandle, attBredrSendRspPtr->result, g_attServerSendDataCB.context); in AttBREDRSendRespCallbackAsync()
1504 MEM_MALLOC.free(attBredrSendRspPtr); in AttBREDRSendRespCallbackAsync()
1514 MEM_MALLOC.free(attBredrSendRspPtr); in AttBREDRSendRespCallbackAsyncDestroy()
1529 BREDRRecvSendDataCallbackAsyncContext *attBredrSendRspPtr = in AttBREDRSendRespCallback() local
1531 if (attBredrSendRspPtr == NULL) { in AttBREDRSendRespCallback()
1536 attBredrSendRspPtr->lcid = lcid; in AttBREDRSendRespCallback()
1537 attBredrSendRspPtr->result = result; in AttBREDRSendRespCallback()
[all …]