📄 a2dp_sd_security.h
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
a2dp_sd_security.h
DESCRIPTION
*/
#ifndef A2DP_SD_SECURITY_H
#define A2DP_SD_SECURITY_H
/****************************************************************************
NAME
a2dpSdSecurityInit
DESCRIPTION
Set the security settings for this application
RETURNS
*/
void a2dpSdSecurityInit(void);
/****************************************************************************
NAME
a2dpSdHandlePinCodeInd
DESCRIPTION
Respond to a PIN code request with the stored PIN.
RETURNS
*/
void a2dpSdHandlePinCodeInd(const CL_SM_PIN_CODE_IND_T *ind);
/****************************************************************************
NAME
a2dpSdHandleAuthoriseInd
DESCRIPTION
Respond to an authorise indication from the connection library.
RETURNS
*/
void a2dpSdHandleAuthoriseInd(const a2dpSourceDongleTaskData *theApp, const CL_SM_AUTHORISE_IND_T *ind);
/****************************************************************************
NAME
a2dpSdHandleAuthoriseIndReject
DESCRIPTION
Reject the authorise request immediately, the application is in the
wrong state.
RETURNS
*/
void a2dpSdHandleAuthoriseIndReject(const CL_SM_AUTHORISE_IND_T *ind);
#endif /* A2DP_SD_SECURITY_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -