Goodix UART Service Client module. More...
Modules | |
Defines | |
Enumerations | |
Structures | |
Typedefs | |
Functions | |
Goodix UART Service Client module.
The Goodix Uart Service Client contains the APIs and types, which can be used by the application to perform scanning, connection and discover Goodix Uart Service at peer and interact with it.
The application must provide an event handler, then call gus_client_init(). After the module can send and receive BLE data, application can call gus_c_tx_data_send() to send data to peer, and receive data from peer GUS_C_EVT_PEER_DATA_RECEIVE, meanwhile update its received BLE data state gus_c_rx_flow_ctrl_set() to peer.