Home
last modified time | relevance | path

Searched refs:hdp_echo_data (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/health/
Dhdp_types.h113 struct hdp_echo_data;
125 struct hdp_echo_data *edata; /* private data used by echo channels */
Dhdp.c63 static void free_echo_data(struct hdp_echo_data *edata);
84 struct hdp_echo_data { struct
708 static void free_echo_data(struct hdp_echo_data *edata) in free_echo_data()
787 hdp_chann->edata = g_new0(struct hdp_echo_data, 1); in create_channel()
1505 struct hdp_echo_data *edata = hdp_conn->hdp_chann->edata; in check_echo()
1568 struct hdp_echo_data *edata; in hdp_echo_connect_cb()