Go to the source code of this file.
|
| void | HCI_CS_ConfigCompleteCback (uint8 status, uint16 connHandle, const csConfigurationSet_t *csConfig) |
| |
| void | HCI_CS_ProcedureEnableCompleteCback (uint8 status, uint16 connHandle, uint8 enable, csProcedureEnable_t *enableData) |
| |
| void | HCI_CS_ReadRemoteFAETableCompleteCback (uint8 status, uint16 connHandle, uint8 *faeTable) |
| |
| void | HCI_CS_ReadRemoteSupportedCapabilitiesCback (uint8 status, uint16 connHandle, const llCsCapabilities_t *peerCapabilities) |
| |
| void | HCI_CS_SecurityEnableCompleteCback (uint8 status, uint16 connHandle) |
| |
| void | HCI_CS_SubeventContResultsProcess (const RCL_CmdBleCs_SubeventResultsContinue *subeventRes, uint16_t dataLength) |
| |
| void | HCI_CS_SubeventResultsProcess (const RCL_CmdBleCs_SubeventResults *subeventRes, uint16_t dataLength) |
| |
| void | HCI_CS_TestEndCompleteCback (uint8 status) |
| |
| uint8_t | HCI_LE_CS_CreateConfig (uint16 connHandle, uint8 configID, uint8 createContext, csConfigBuffer_t *pBufConfig) |
| |
| uint8_t | HCI_LE_CS_ProcedureEnable (uint16 connHandle, uint8 configID, uint8 enable) |
| |
| uint8_t | HCI_LE_CS_ReadLocalSupportedCapabilities (void) |
| |
| uint8_t | HCI_LE_CS_ReadRemoteFAETable (uint16 connHandle) |
| |
| uint8_t | HCI_LE_CS_ReadRemoteSupportedCapabilities (uint16 connHandle) |
| |
| uint8_t | HCI_LE_CS_RemoveConfig (uint16 connHandle, uint8 configID) |
| |
| uint8_t | HCI_LE_CS_SecurityEnable (uint16 connHandle) |
| |
| uint8_t | HCI_LE_CS_SetChannelClassification (uint8 *channelClassification) |
| |
| uint8_t | HCI_LE_CS_SetDefaultSettings (uint16 connHandle, uint8 roleEnable, uint8 csSyncAntennaSelection, int8 maxTxPower) |
| |
| uint8_t | HCI_LE_CS_SetProcedureParameters (uint16 connHandle, uint8 configID, uint8 *pParams) |
| |
| uint8_t | HCI_LE_CS_Test (uint8 *pParams) |
| |
| uint8_t | HCI_LE_CS_TestEnd (void) |
| |
| uint8_t | HCI_LE_CS_WriteRemoteFAETable (uint16 connHandle, void *reflectorFaeTable) |
| |
§ HCI_CS_ConfigCompleteCback()
| void HCI_CS_ConfigCompleteCback |
( |
uint8 |
status, |
|
|
uint16 |
connHandle, |
|
|
const csConfigurationSet_t * |
csConfig |
|
) |
| |
§ HCI_CS_ProcedureEnableCompleteCback()
| void HCI_CS_ProcedureEnableCompleteCback |
( |
uint8 |
status, |
|
|
uint16 |
connHandle, |
|
|
uint8 |
enable, |
|
|
csProcedureEnable_t * |
enableData |
|
) |
| |
§ HCI_CS_ReadRemoteFAETableCompleteCback()
| void HCI_CS_ReadRemoteFAETableCompleteCback |
( |
uint8 |
status, |
|
|
uint16 |
connHandle, |
|
|
uint8 * |
faeTable |
|
) |
| |
§ HCI_CS_ReadRemoteSupportedCapabilitiesCback()
| void HCI_CS_ReadRemoteSupportedCapabilitiesCback |
( |
uint8 |
status, |
|
|
uint16 |
connHandle, |
|
|
const llCsCapabilities_t * |
peerCapabilities |
|
) |
| |
§ HCI_CS_SecurityEnableCompleteCback()
| void HCI_CS_SecurityEnableCompleteCback |
( |
uint8 |
status, |
|
|
uint16 |
connHandle |
|
) |
| |
§ HCI_CS_SubeventContResultsProcess()
| void HCI_CS_SubeventContResultsProcess |
( |
const RCL_CmdBleCs_SubeventResultsContinue * |
subeventRes, |
|
|
uint16_t |
dataLength |
|
) |
| |
§ HCI_CS_SubeventResultsProcess()
| void HCI_CS_SubeventResultsProcess |
( |
const RCL_CmdBleCs_SubeventResults * |
subeventRes, |
|
|
uint16_t |
dataLength |
|
) |
| |
§ HCI_CS_TestEndCompleteCback()
| void HCI_CS_TestEndCompleteCback |
( |
uint8 |
status | ) |
|
§ HCI_LE_CS_CreateConfig()
| uint8_t HCI_LE_CS_CreateConfig |
( |
uint16 |
connHandle, |
|
|
uint8 |
configID, |
|
|
uint8 |
createContext, |
|
|
csConfigBuffer_t * |
pBufConfig |
|
) |
| |
§ HCI_LE_CS_ProcedureEnable()
| uint8_t HCI_LE_CS_ProcedureEnable |
( |
uint16 |
connHandle, |
|
|
uint8 |
configID, |
|
|
uint8 |
enable |
|
) |
| |
§ HCI_LE_CS_ReadLocalSupportedCapabilities()
| uint8_t HCI_LE_CS_ReadLocalSupportedCapabilities |
( |
void |
| ) |
|
§ HCI_LE_CS_ReadRemoteFAETable()
| uint8_t HCI_LE_CS_ReadRemoteFAETable |
( |
uint16 |
connHandle | ) |
|
§ HCI_LE_CS_ReadRemoteSupportedCapabilities()
| uint8_t HCI_LE_CS_ReadRemoteSupportedCapabilities |
( |
uint16 |
connHandle | ) |
|
§ HCI_LE_CS_RemoveConfig()
| uint8_t HCI_LE_CS_RemoveConfig |
( |
uint16 |
connHandle, |
|
|
uint8 |
configID |
|
) |
| |
§ HCI_LE_CS_SecurityEnable()
| uint8_t HCI_LE_CS_SecurityEnable |
( |
uint16 |
connHandle | ) |
|
§ HCI_LE_CS_SetChannelClassification()
| uint8_t HCI_LE_CS_SetChannelClassification |
( |
uint8 * |
channelClassification | ) |
|
§ HCI_LE_CS_SetDefaultSettings()
| uint8_t HCI_LE_CS_SetDefaultSettings |
( |
uint16 |
connHandle, |
|
|
uint8 |
roleEnable, |
|
|
uint8 |
csSyncAntennaSelection, |
|
|
int8 |
maxTxPower |
|
) |
| |
§ HCI_LE_CS_SetProcedureParameters()
| uint8_t HCI_LE_CS_SetProcedureParameters |
( |
uint16 |
connHandle, |
|
|
uint8 |
configID, |
|
|
uint8 * |
pParams |
|
) |
| |
§ HCI_LE_CS_Test()
| uint8_t HCI_LE_CS_Test |
( |
uint8 * |
pParams | ) |
|
§ HCI_LE_CS_TestEnd()
| uint8_t HCI_LE_CS_TestEnd |
( |
void |
| ) |
|
§ HCI_LE_CS_WriteRemoteFAETable()
| uint8_t HCI_LE_CS_WriteRemoteFAETable |
( |
uint16 |
connHandle, |
|
|
void * |
reflectorFaeTable |
|
) |
| |