Functions | |
| sdk_err_t | pcs_service_init (pcs_init_t *p_pcs_init) |
| Initialize a PCS Service instance and add in the database. More... | |
| sdk_err_t | pcs_tx_data_send (uint8_t conn_idx, uint8_t *p_data, uint16_t length) |
| Send data to peer device. More... | |
| sdk_err_t | pcs_setting_reply (uint8_t conn_idx, uint8_t *p_data, uint16_t length) |
| Reply parameters set result. More... | |
| sdk_err_t pcs_service_init | ( | pcs_init_t * | p_pcs_init | ) |
Initialize a PCS Service instance and add in the database.
| [in] | p_pcs_init | Pointer to PCS Service initialization variables. |
| sdk_err_t pcs_setting_reply | ( | uint8_t | conn_idx, |
| uint8_t * | p_data, | ||
| uint16_t | length | ||
| ) |
Reply parameters set result.
| [in] | conn_idx | Index of the connection. |
| [in] | p_data | Pointer to sent data. |
| [in] | length | Length of sent data. |
| sdk_err_t pcs_tx_data_send | ( | uint8_t | conn_idx, |
| uint8_t * | p_data, | ||
| uint16_t | length | ||
| ) |
Send data to peer device.
| [in] | conn_idx | Index of the connection. |
| [in] | p_data | Pointer to sent data. |
| [in] | length | Length of sent data. |