BLE_API
v2.1.3
|
Functions | |
void | BleDTM_Isr (void) |
BleDtmStatus | BleDTM_init (void) |
void | BleDTM_radio_process (void) |
uint32_t | BleDTM_timerCount_update (void) |
uint32_t | BleDTM_cmd_process (uint16_t command) |
uint8_t | BleDTM_event_get (uint32_t *dtm_event) |
uint8_t | BleDTM_gui_rssiFlag_get (void) |
Function for Get the RSSI flag. More... | |
DTM Functions.
uint32_t BleDTM_cmd_process | ( | uint16_t | command | ) |
Function for splitting UART command bit fields into separate command parameters for the DTM library.
[in] | command | : The packed UART command. |
uint8_t BleDTM_event_get | ( | uint32_t * | dtm_event | ) |
Function for reading the result of a DTM command.
[out] | p_dtm_event | : Pointer to buffer for 16 bit event code according to DTM standard. |
0 | no event since last call. |
1 | new event. |
uint8_t BleDTM_gui_rssiFlag_get | ( | void | ) |
Function for Get the RSSI flag.
0 | no No RSSI value provided. |
1 | the last RSSI value will be provided after BleDTM_EventGet. |
BleDtmStatus BleDTM_init | ( | void | ) |
Function for initializing DTM module.
BLEDTM_ERROR_ILLEGAL_CONFIGURATION | : Invalid configurations. |
BLEDTM_SUCCESS | : Setting success. |
void BleDTM_Isr | ( | void | ) |
Function for handle BLE stack interrupt.
void BleDTM_radio_process | ( | void | ) |
Function for handle radio control process.
uint32_t BleDTM_timerCount_update | ( | void | ) |
Function for get current timer counter.