![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
Data Structures | |
struct | st_ble_vs_tx_test_param_t |
This is the extended transmitter test parameters used in R_BLE_VS_StartTxTest() . More... | |
struct | st_ble_vs_rx_test_param_t |
This is the extended receiver test parameters used in R_BLE_VS_StartRxTest() . More... | |
struct | st_ble_vs_set_rf_ctrl_param_t |
This is the RF parameters used in R_BLE_VS_SetRfControl() . More... | |
struct | st_ble_vs_test_end_evt_t |
This structure notifies that the extended test has been terminated. More... | |
struct | st_ble_vs_set_tx_pwr_comp_evt_t |
This structure notifies that tx power has been set. More... | |
struct | st_ble_vs_get_tx_pwr_comp_evt_t |
This structure notifies that tx power has been acquired. More... | |
struct | st_ble_vs_set_rf_ctrl_comp_evt_t |
This structure notifies that RF has been configured. More... | |
struct | st_ble_vs_get_bd_addr_comp_evt_t |
This structure notifies that BD_ADDR has been acquired. More... | |
struct | st_ble_vs_get_rand_comp_evt_t |
This structure notifies that random number has been generated. More... | |
struct | st_ble_vs_tx_flow_chg_evt_t |
This structure notifies that the state transition of TxFlow has been changed. More... | |
struct | st_ble_vs_evt_data_t |
st_ble_vs_evt_data_t is the type of the data notified in a Vendor Specific Event. More... | |
Typedefs | |
typedef void(* | ble_vs_app_cb_t) (uint16_t event_type, ble_status_t event_result, st_ble_vs_evt_data_t *p_event_data) |
ble_vs_app_cb_t is the Vendor Specific Event callback function type. More... | |
ble_vs_app_cb_t |
ble_vs_app_cb_t is the Vendor Specific Event callback function type.
[in] | event_type | The type of Vendor Specific Event. |
[in] | event_result | The result of API call which generates the Vendor Specific Event. |
[in] | p_event_data | Data notified in the Vendor Specific Event. |