Functions | |
bStatus_t | ATT_ErrorRsp (uint16 connHandle, attErrorRsp_t *pRsp) |
Send Error Response. | |
bStatus_t | ATT_ExchangeMTURsp (uint16 connHandle, attExchangeMTURsp_t *pRsp) |
Send Exchange MTU Response. | |
bStatus_t | ATT_FindInfoRsp (uint16 connHandle, attFindInfoRsp_t *pRsp) |
Send Find Information Response. | |
bStatus_t | ATT_FindByTypeValueRsp (uint16 connHandle, attFindByTypeValueRsp_t *pRsp) |
Send Find By Tyep Value Response. | |
bStatus_t | ATT_ReadByTypeRsp (uint16 connHandle, attReadByTypeRsp_t *pRsp) |
Send Read By Type Respond. | |
bStatus_t | ATT_ReadRsp (uint16 connHandle, attReadRsp_t *pRsp) |
Send Read Response. | |
bStatus_t | ATT_ReadBlobRsp (uint16 connHandle, attReadBlobRsp_t *pRsp) |
Send Read Blob Response. | |
bStatus_t | ATT_ReadMultiRsp (uint16 connHandle, attReadMultiRsp_t *pRsp) |
Send Read Multiple Response. | |
bStatus_t | ATT_ReadByGrpTypeRsp (uint16 connHandle, attReadByGrpTypeRsp_t *pRsp) |
Send Read By Group Type Respond. | |
bStatus_t | ATT_WriteRsp (uint16 connHandle) |
Send Write Response. | |
bStatus_t | ATT_PrepareWriteRsp (uint16 connHandle, attPrepareWriteRsp_t *pRsp) |
Send Prepare Write Response. | |
bStatus_t | ATT_ExecuteWriteRsp (uint16 connHandle) |
Send Execute Write Response. | |
bStatus_t | ATT_HandleValueNoti (uint16 connHandle, attHandleValueNoti_t *pNoti) |
Send Handle Value Notification. | |
bStatus_t | ATT_HandleValueInd (uint16 connHandle, attHandleValueInd_t *pInd) |
Send Handle Value Indication. |
bStatus_t ATT_ErrorRsp | ( | uint16 | connHandle, | |
attErrorRsp_t * | pRsp | |||
) |
Send Error Response.
connHandle | - connection to use | |
pRsp | - pointer to error response to be sent |
bStatus_t ATT_ExchangeMTURsp | ( | uint16 | connHandle, | |
attExchangeMTURsp_t * | pRsp | |||
) |
Send Exchange MTU Response.
connHandle | - connection to use | |
pRsp | - pointer to request to be sent |
Send Execute Write Response.
connHandle | - connection to use |
bStatus_t ATT_FindByTypeValueRsp | ( | uint16 | connHandle, | |
attFindByTypeValueRsp_t * | pRsp | |||
) |
Send Find By Tyep Value Response.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
bStatus_t ATT_FindInfoRsp | ( | uint16 | connHandle, | |
attFindInfoRsp_t * | pRsp | |||
) |
Send Find Information Response.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
bStatus_t ATT_HandleValueInd | ( | uint16 | connHandle, | |
attHandleValueInd_t * | pInd | |||
) |
Send Handle Value Indication.
connHandle | - connection to use | |
pInd | - pointer to indication to be sent |
bStatus_t ATT_HandleValueNoti | ( | uint16 | connHandle, | |
attHandleValueNoti_t * | pNoti | |||
) |
Send Handle Value Notification.
connHandle | - connection to use | |
pNoti | - pointer to notification to be sent |
bStatus_t ATT_PrepareWriteRsp | ( | uint16 | connHandle, | |
attPrepareWriteRsp_t * | pRsp | |||
) |
Send Prepare Write Response.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
bStatus_t ATT_ReadBlobRsp | ( | uint16 | connHandle, | |
attReadBlobRsp_t * | pRsp | |||
) |
Send Read Blob Response.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
bStatus_t ATT_ReadByGrpTypeRsp | ( | uint16 | connHandle, | |
attReadByGrpTypeRsp_t * | pRsp | |||
) |
Send Read By Group Type Respond.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
bStatus_t ATT_ReadByTypeRsp | ( | uint16 | connHandle, | |
attReadByTypeRsp_t * | pRsp | |||
) |
Send Read By Type Respond.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
bStatus_t ATT_ReadMultiRsp | ( | uint16 | connHandle, | |
attReadMultiRsp_t * | pRsp | |||
) |
Send Read Multiple Response.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
bStatus_t ATT_ReadRsp | ( | uint16 | connHandle, | |
attReadRsp_t * | pRsp | |||
) |
Send Read Response.
connHandle | - connection to use | |
pRsp | - pointer to response to be sent |
Send Write Response.
connHandle | - connection to use |