Home | History | Annotate | Download | only in health

Lines Matching refs:mcap_mcl

66 struct mcap_mcl;
82 typedef uint8_t (* mcap_remote_mdl_conn_req_cb) (struct mcap_mcl *mcl,
90 typedef void (* mcap_mcl_event_cb) (struct mcap_mcl *mcl, gpointer data);
91 typedef void (* mcap_mcl_connect_cb) (struct mcap_mcl *mcl, GError *err,
96 typedef void (* mcap_info_ind_event_cb) (struct mcap_mcl *mcl,
99 typedef void (* mcap_sync_cap_cb) (struct mcap_mcl *mcl,
108 typedef void (* mcap_sync_set_cb) (struct mcap_mcl *mcl,
120 gboolean mcap_create_mdl(struct mcap_mcl *mcl,
132 gboolean mcap_delete_all_mdls(struct mcap_mcl *mcl,
170 void mcap_close_mcl(struct mcap_mcl *mcl, gboolean cache);
171 gboolean mcap_mcl_set_cb(struct mcap_mcl *mcl, gpointer user_data,
173 void mcap_mcl_get_addr(struct mcap_mcl *mcl, bdaddr_t *addr);
175 struct mcap_mcl *mcap_mcl_ref(struct mcap_mcl *mcl);
176 void mcap_mcl_unref(struct mcap_mcl *mcl);
183 uint64_t mcap_get_timestamp(struct mcap_mcl *mcl,
185 uint32_t mcap_get_btclock(struct mcap_mcl *mcl);
187 void mcap_sync_cap_req(struct mcap_mcl *mcl,
193 void mcap_sync_set_req(struct mcap_mcl *mcl,