#include <at_ble_api.h>
Data Fields | |
at_ble_handle_t | char_handle |
Characteristic handle. More... | |
at_ble_handle_t | conn_handle |
Connection handle. More... | |
at_ble_status_t | status |
Status of write operation, refer to at_ble_status_t. More... | |
at_ble_handle_t at_ble_characteristic_write_response_t::char_handle |
Characteristic handle.
Referenced by anp_client_write_response_handler(), and pas_client_char_write_response_handler().
at_ble_handle_t at_ble_characteristic_write_response_t::conn_handle |
Connection handle.
at_ble_status_t at_ble_characteristic_write_response_t::status |
Status of write operation, refer to at_ble_status_t.
Referenced by pas_client_char_write_response_handler().