+ Collaboration diagram for Typedefs:

Typedefs

typedef void(* ags_evt_handler_t) (ags_evt_t *p_evt)
 Alexa Gadget Service event handler type. More...
 
typedef bool(* ags_stream_cb_t) (uint8_t conn_idx, const uint8_t *const p_data, uint16_t length, uint8_t still_receiving)
 Alexa Gadget Service stream callback. More...
 

Detailed Description

Typedef Documentation

◆ ags_evt_handler_t

typedef void(* ags_evt_handler_t) (ags_evt_t *p_evt)

Alexa Gadget Service event handler type.

Definition at line 258 of file ags.h.

◆ ags_stream_cb_t

typedef bool(* ags_stream_cb_t) (uint8_t conn_idx, const uint8_t *const p_data, uint16_t length, uint8_t still_receiving)

Alexa Gadget Service stream callback.

Definition at line 261 of file ags.h.