Home | History | Annotate | Download | only in health

Lines Matching refs:mcap_mcl

55 	struct mcap_mcl		*mcl;		/* MCL for this operation */
75 static void proc_req_connected(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t l);
76 static void proc_req_pending(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t l);
77 static void proc_req_active(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t l);
79 static void (*proc_req[])(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len) = {
85 static void mcap_cache_mcl(struct mcap_mcl *mcl);
107 static uint8_t default_mdl_conn_req_cb(struct mcap_mcl *mcl,
124 static void set_default_cb(struct mcap_mcl *mcl)
169 static gboolean mcap_send_std_opcode(struct mcap_mcl *mcl, void *cmd,
208 static void update_mcl_state(struct mcap_mcl *mcl)
277 static void free_mcl_priv_data(struct mcap_mcl *mcl)
283 static void mcap_notify_error(struct mcap_mcl *mcl, GError *err)
349 static int mcap_send_cmd(struct mcap_mcl *mcl, uint8_t oc, uint8_t rc,
374 static struct mcap_mdl *get_mdl(struct mcap_mcl *mcl, uint16_t mdlid)
388 static uint16_t generate_mdlid(struct mcap_mcl *mcl)
448 struct mcap_mcl *mcl = data;
466 gboolean mcap_create_mdl(struct mcap_mcl *mcl,
524 struct mcap_mcl *mcl = mdl->mcl;
555 static gboolean send_delete_req(struct mcap_mcl *mcl,
575 gboolean mcap_delete_all_mdls(struct mcap_mcl *mcl,
618 struct mcap_mcl *mcl= mdl->mcl;
659 struct mcap_mcl *mcl = mdl->mcl;
686 static struct mcap_mcl *find_mcl(GSList *list, const bdaddr_t *addr)
688 struct mcap_mcl *mcl;
716 static void close_mcl(struct mcap_mcl *mcl, gboolean cache_requested)
755 static void mcap_mcl_shutdown(struct mcap_mcl *mcl)
760 static void mcap_mcl_release(struct mcap_mcl *mcl)
765 static void mcap_cache_mcl(struct mcap_mcl *mcl)
768 struct mcap_mcl *last;
808 static void mcap_uncache_mcl(struct mcap_mcl *mcl)
821 void mcap_close_mcl(struct mcap_mcl *mcl, gboolean cache)
848 struct mcap_mcl *mcap_mcl_ref(struct mcap_mcl *mcl)
857 void mcap_mcl_unref(struct mcap_mcl *mcl)
929 gboolean mcap_mcl_set_cb(struct mcap_mcl *mcl, gpointer user_data,
946 void mcap_mcl_get_addr(struct mcap_mcl *mcl, bdaddr_t *addr)
963 static gboolean check_cmd_req_length(struct mcap_mcl *mcl, void *cmd,
984 static void process_md_create_mdl_req(struct mcap_mcl *mcl, void *cmd,
1065 static void process_md_reconnect_mdl_req(struct mcap_mcl *mcl, void *cmd,
1113 static void process_md_abort_mdl_req(struct mcap_mcl *mcl, void *cmd,
1156 static void process_md_delete_mdl_req(struct mcap_mcl *mcl, void *cmd,
1212 static void invalid_req_state(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
1226 static void proc_req_connected(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
1243 static void proc_req_pending(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
1251 static void proc_req_active(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
1269 static gboolean check_err_rsp(struct mcap_mcl *mcl, mcap_rsp *rsp,
1327 static gboolean process_md_create_mdl_rsp(struct mcap_mcl *mcl,
1367 static gboolean process_md_reconnect_mdl_rsp(struct mcap_mcl *mcl,
1402 static gboolean process_md_abort_mdl_rsp(struct mcap_mcl *mcl,
1460 static gboolean process_md_delete_mdl_rsp(struct mcap_mcl *mcl, mcap_rsp *rsp,
1505 static void post_process_rsp(struct mcap_mcl *mcl, struct mcap_mdl_op_cb *op)
1518 static void proc_response(struct mcap_mcl *mcl, void *buf, uint32_t len)
1555 static void proc_cmd(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
1701 struct mcap_mcl *mcl = data;
1736 struct mcap_mcl *aux, *mcl = con->mcl;
1790 struct mcap_mcl *mcl = mdl->mcl;
1822 struct mcap_mcl *mcl;
1834 mcl = g_new0(struct mcap_mcl, 1);
1877 struct mcap_mcl *mcl;
1911 static void set_mcl_conf(GIOChannel *chan, struct mcap_mcl *mcl)
1947 struct mcap_mcl *mcl;
1975 mcl = g_new0(struct mcap_mcl, 1);