ble_gatt_client
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
timeout.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Typedefs

typedef bool(* timeout_func_t )(void *user_data)
 
typedef void(* timeout_destroy_func_t )(void *user_data)
 

Functions

unsigned int timeout_add (unsigned int timeout, timeout_func_t func, void *user_data, timeout_destroy_func_t destroy)
 
void timeout_remove (unsigned int id)
 

Typedef Documentation

typedef void(* timeout_destroy_func_t)(void *user_data)

Definition at line 23 of file timeout.h.

typedef bool(* timeout_func_t)(void *user_data)

Definition at line 22 of file timeout.h.

Function Documentation

unsigned int timeout_add ( unsigned int  timeout,
timeout_func_t  func,
void *  user_data,
timeout_destroy_func_t  destroy 
)
void timeout_remove ( unsigned int  id)

Definition at line 80 of file timeout-glib.c.

Referenced by destroy_att_send_op(), pending_read_result(), and pending_write_result().