Functions | |
bStatus_t | ATT_ExchangeMTUReq (uint16 connHandle, attExchangeMTUReq_t *pReq) |
Send Exchange MTU Request. | |
bStatus_t | ATT_FindInfoReq (uint16 connHandle, attFindInfoReq_t *pReq) |
Send Find Information Request. | |
bStatus_t | ATT_FindByTypeValueReq (uint16 connHandle, attFindByTypeValueReq_t *pReq) |
Send Find By Type Value Request. | |
bStatus_t | ATT_ReadByTypeReq (uint16 connHandle, attReadByTypeReq_t *pReq) |
Send Read By Type Request. | |
bStatus_t | ATT_ReadReq (uint16 connHandle, attReadReq_t *pReq) |
Send Read Request. | |
bStatus_t | ATT_ReadBlobReq (uint16 connHandle, attReadBlobReq_t *pReq) |
Send Read Blob Request. | |
bStatus_t | ATT_ReadMultiReq (uint16 connHandle, attReadMultiReq_t *pReq) |
Send Read Multiple Request. | |
bStatus_t | ATT_ReadByGrpTypeReq (uint16 connHandle, attReadByGrpTypeReq_t *pReq) |
Send Read By Group Type Request. | |
bStatus_t | ATT_WriteReq (uint16 connHandle, attWriteReq_t *pReq) |
Send Write Request. | |
bStatus_t | ATT_PrepareWriteReq (uint16 connHandle, attPrepareWriteReq_t *pReq) |
Send Prepare Write Request. | |
bStatus_t | ATT_ExecuteWriteReq (uint16 connHandle, attExecuteWriteReq_t *pReq) |
Send Execute Write Request. | |
bStatus_t | ATT_HandleValueCfm (uint16 connHandle) |
Send Handle Value Confirmation. |
bStatus_t ATT_ExchangeMTUReq | ( | uint16 | connHandle, | |
attExchangeMTUReq_t * | pReq | |||
) |
Send Exchange MTU Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_ExecuteWriteReq | ( | uint16 | connHandle, | |
attExecuteWriteReq_t * | pReq | |||
) |
Send Execute Write Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_FindByTypeValueReq | ( | uint16 | connHandle, | |
attFindByTypeValueReq_t * | pReq | |||
) |
Send Find By Type Value Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_FindInfoReq | ( | uint16 | connHandle, | |
attFindInfoReq_t * | pReq | |||
) |
Send Find Information Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
Send Handle Value Confirmation.
connHandle | - connection to use |
bStatus_t ATT_PrepareWriteReq | ( | uint16 | connHandle, | |
attPrepareWriteReq_t * | pReq | |||
) |
Send Prepare Write Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_ReadBlobReq | ( | uint16 | connHandle, | |
attReadBlobReq_t * | pReq | |||
) |
Send Read Blob Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_ReadByGrpTypeReq | ( | uint16 | connHandle, | |
attReadByGrpTypeReq_t * | pReq | |||
) |
Send Read By Group Type Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_ReadByTypeReq | ( | uint16 | connHandle, | |
attReadByTypeReq_t * | pReq | |||
) |
Send Read By Type Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_ReadMultiReq | ( | uint16 | connHandle, | |
attReadMultiReq_t * | pReq | |||
) |
Send Read Multiple Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_ReadReq | ( | uint16 | connHandle, | |
attReadReq_t * | pReq | |||
) |
Send Read Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |
bStatus_t ATT_WriteReq | ( | uint16 | connHandle, | |
attWriteReq_t * | pReq | |||
) |
Send Write Request.
connHandle | - connection to use | |
pReq | - pointer to request to be sent |