Home
last modified time | relevance | path

Searched refs:attErrorTObj (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c342 AttError attErrorTObj; in AttErrorResponse() local
360 attErrorTObj.reqOpcode = data[0]; in AttErrorResponse()
361 attErrorTObj.attHandleInError = ((uint16_t *)(data + 1))[0]; in AttErrorResponse()
362 attErrorTObj.errorCode = data[STEP_THREE]; in AttErrorResponse()
367 attErrorTObj.reqOpcode, in AttErrorResponse()
368 attErrorTObj.attHandleInError, in AttErrorResponse()
369 attErrorTObj.errorCode); in AttErrorResponse()
372 connect->retGattConnectHandle, ATT_ERROR_RESPONSE_ID, &attErrorTObj, NULL, attClientDataCallback->context); in AttErrorResponse()

Completed in 3 milliseconds