TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Functions | |
bStatus_t | ATT_ErrorRsp (uint16 connHandle, attErrorRsp_t *pRsp) |
Send Error Response. More... | |
bStatus_t | ATT_ExchangeMTUReq (uint16 connHandle, attExchangeMTUReq_t *pReq) |
Send Exchange MTU Request. More... | |
bStatus_t | ATT_ExchangeMTURsp (uint16 connHandle, attExchangeMTURsp_t *pRsp) |
Send Exchange MTU Response. More... | |
bStatus_t | ATT_ExecuteWriteReq (uint16 connHandle, attExecuteWriteReq_t *pReq) |
Send Execute Write Request. More... | |
bStatus_t | ATT_ExecuteWriteRsp (uint16 connHandle) |
Send Execute Write Response. More... | |
bStatus_t | ATT_FindByTypeValueReq (uint16 connHandle, attFindByTypeValueReq_t *pReq) |
Send Find By Type Value Request. More... | |
bStatus_t | ATT_FindByTypeValueRsp (uint16 connHandle, attFindByTypeValueRsp_t *pRsp) |
Send Find By Type Value Response. More... | |
bStatus_t | ATT_FindInfoReq (uint16 connHandle, attFindInfoReq_t *pReq) |
Send Find Information Request. More... | |
bStatus_t | ATT_FindInfoRsp (uint16 connHandle, attFindInfoRsp_t *pRsp) |
Send Find Information Response. More... | |
uint16 | ATT_GetMTU (uint16 connHandle) |
This function is used to get the MTU size of a connection. More... | |
uint16 | ATT_GetParamValue (void) |
Get a ATT Parameter value. More... | |
bStatus_t | ATT_HandleValueCfm (uint16 connHandle) |
Send Handle Value Confirmation. More... | |
bStatus_t | ATT_HandleValueInd (uint16 connHandle, attHandleValueInd_t *pInd) |
Send Handle Value Indication. More... | |
bStatus_t | ATT_HandleValueNoti (uint16 connHandle, attHandleValueNoti_t *pNoti) |
Send Handle Value Notification. More... | |
bStatus_t | ATT_PrepareWriteReq (uint16 connHandle, attPrepareWriteReq_t *pReq) |
Send Prepare Write Request. More... | |
bStatus_t | ATT_PrepareWriteRsp (uint16 connHandle, attPrepareWriteRsp_t *pRsp) |
Send Prepare Write Response. More... | |
bStatus_t | ATT_ReadBlobReq (uint16 connHandle, attReadBlobReq_t *pReq) |
Send Read Blob Request. More... | |
bStatus_t | ATT_ReadBlobRsp (uint16 connHandle, attReadBlobRsp_t *pRsp) |
Send Read Blob Response. More... | |
bStatus_t | ATT_ReadByGrpTypeReq (uint16 connHandle, attReadByGrpTypeReq_t *pReq) |
Send Read By Group Type Request. More... | |
bStatus_t | ATT_ReadByGrpTypeRsp (uint16 connHandle, attReadByGrpTypeRsp_t *pRsp) |
Send Read By Group Type Respond. More... | |
bStatus_t | ATT_ReadByTypeReq (uint16 connHandle, attReadByTypeReq_t *pReq) |
Send Read By Type Request. More... | |
bStatus_t | ATT_ReadByTypeRsp (uint16 connHandle, attReadByTypeRsp_t *pRsp) |
Send Read By Type Respond. More... | |
bStatus_t | ATT_ReadMultiReq (uint16 connHandle, attReadMultiReq_t *pReq) |
Send Read Multiple Request. More... | |
bStatus_t | ATT_ReadMultiRsp (uint16 connHandle, attReadMultiRsp_t *pRsp) |
Send Read Multiple Response. More... | |
bStatus_t | ATT_ReadReq (uint16 connHandle, attReadReq_t *pReq) |
Send Read Request. More... | |
bStatus_t | ATT_ReadRsp (uint16 connHandle, attReadRsp_t *pRsp) |
Send Read Response. More... | |
void | ATT_RegisterClient (attNotifyTxCB_t pfnNotifyTx) |
Register the client's notify Tx function with the ATT layer. More... | |
void | ATT_RegisterServer (attNotifyTxCB_t pfnNotifyTx) |
Register the server's notify Tx function with the ATT layer. More... | |
void | ATT_SetParamValue (uint16 value) |
Set a ATT Parameter value. Use this function to change the default ATT parameter values. More... | |
uint8 | ATT_UpdateMTU (uint16 connHandle, uint16 MTU) |
This function is used to update the MTU size of a connection. More... | |
bStatus_t | ATT_WriteReq (uint16 connHandle, attWriteReq_t *pReq) |
Send Write Request. More... | |
bStatus_t | ATT_WriteRsp (uint16 connHandle) |
Send Write Response. More... | |
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_ExchangeMTUReq | ( | uint16 | connHandle, |
attExchangeMTUReq_t * | pReq | ||
) |
Send Exchange MTU Request.
connHandle | - connection to use |
pReq | - pointer to request 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 |
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_ExecuteWriteRsp | ( | uint16 | connHandle | ) |
Send Execute Write Response.
connHandle | - connection to use |
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_FindByTypeValueRsp | ( | uint16 | connHandle, |
attFindByTypeValueRsp_t * | pRsp | ||
) |
Send Find By Type Value Response.
connHandle | - connection to use |
pRsp | - pointer to response 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 |
bStatus_t ATT_FindInfoRsp | ( | uint16 | connHandle, |
attFindInfoRsp_t * | pRsp | ||
) |
Send Find Information Response.
connHandle | - connection to use |
pRsp | - pointer to response to be sent |
uint16 ATT_GetMTU | ( | uint16 | connHandle | ) |
This function is used to get the MTU size of a connection.
connHandle | - connection handle. |
uint16 ATT_GetParamValue | ( | void | ) |
Get a ATT Parameter value.
bStatus_t ATT_HandleValueCfm | ( | uint16 | connHandle | ) |
Send Handle Value Confirmation.
connHandle | - connection to use |
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_PrepareWriteReq | ( | uint16 | connHandle, |
attPrepareWriteReq_t * | pReq | ||
) |
Send Prepare Write Request.
connHandle | - connection to use |
pReq | - pointer to request 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_ReadBlobReq | ( | uint16 | connHandle, |
attReadBlobReq_t * | pReq | ||
) |
Send Read Blob Request.
connHandle | - connection to use |
pReq | - pointer to request 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_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_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_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_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_ReadMultiReq | ( | uint16 | connHandle, |
attReadMultiReq_t * | pReq | ||
) |
Send Read Multiple Request.
connHandle | - connection to use |
pReq | - pointer to request 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_ReadReq | ( | uint16 | connHandle, |
attReadReq_t * | pReq | ||
) |
Send Read Request.
connHandle | - connection to use |
pReq | - pointer to request 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 |
void ATT_RegisterClient | ( | attNotifyTxCB_t | pfnNotifyTx | ) |
Register the client's notify Tx function with the ATT layer.
pfnNotifyTx | - pointer to notify Tx function |
void ATT_RegisterServer | ( | attNotifyTxCB_t | pfnNotifyTx | ) |
Register the server's notify Tx function with the ATT layer.
pfnNotifyTx | - pointer to notify Tx function |
void ATT_SetParamValue | ( | uint16 | value | ) |
Set a ATT Parameter value. Use this function to change the default ATT parameter values.
value | - new param value |
uint8 ATT_UpdateMTU | ( | uint16 | connHandle, |
uint16 | MTU | ||
) |
bStatus_t ATT_WriteReq | ( | uint16 | connHandle, |
attWriteReq_t * | pReq | ||
) |
Send Write Request.
connHandle | - connection to use |
pReq | - pointer to request to be sent |
bStatus_t ATT_WriteRsp | ( | uint16 | connHandle | ) |
Send Write Response.
connHandle | - connection to use |