Collaboration diagram for Functions:Functions | |
| sdk_err_t | dis_client_init (dis_c_evt_handler_t evt_handler) |
| Register DIS Client event handler. More... | |
| sdk_err_t | dis_c_disc_srvc_start (uint8_t conn_idx) |
| Discovery Device Information Service on peer. More... | |
| sdk_err_t | dis_c_char_value_read (uint8_t conn_idx, dis_c_char_type_t char_read_type) |
| Read Device Information Service characteristic value. More... | |
| sdk_err_t dis_c_char_value_read | ( | uint8_t | conn_idx, |
| dis_c_char_type_t | char_read_type | ||
| ) |
Read Device Information Service characteristic value.
| [in] | conn_idx | Index of connection. |
| [in] | char_read_type | Type of characteristic read. |
| sdk_err_t dis_c_disc_srvc_start | ( | uint8_t | conn_idx | ) |
Discovery Device Information Service on peer.
| [in] | conn_idx | Index of connection. |
| sdk_err_t dis_client_init | ( | dis_c_evt_handler_t | evt_handler | ) |
Register DIS Client event handler.
| [in] | evt_handler | Device Information Service Client event handler. |