HomeSort by relevance Sort by last modified time
    Searched refs:mcap_mcl (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluez/health/
mcap_lib.h 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)
    [all...]
mcap_internal.h 89 struct mcap_mcl { struct
116 struct mcap_mcl *mcl; /* MCL where this MDL belongs */
133 void proc_sync_cmd(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len);
134 void mcap_sync_init(struct mcap_mcl *mcl);
135 void mcap_sync_stop(struct mcap_mcl *mcl);
mcap_sync.c 100 static int send_sync_cmd(struct mcap_mcl *mcl, const void *buf, uint32_t size)
111 static int send_unsupported_cap_req(struct mcap_mcl *mcl)
126 static int send_unsupported_set_req(struct mcap_mcl *mcl)
151 void mcap_sync_init(struct mcap_mcl *mcl)
167 void mcap_sync_stop(struct mcap_mcl *mcl)
231 static gboolean read_btclock(struct mcap_mcl *mcl, uint32_t *btclock,
249 static gboolean read_btclock_retry(struct mcap_mcl *mcl, uint32_t *btclock,
263 static gboolean get_btrole(struct mcap_mcl *mcl)
280 uint64_t mcap_get_timestamp(struct mcap_mcl *mcl,
300 uint32_t mcap_get_btclock(struct mcap_mcl *mcl
    [all...]
mcap.c 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
    [all...]
hdp_types.h 104 struct mcap_mcl *mcl; /* The mcap control channel */
hdp.c 1064 static uint8_t hdp_mcap_mdl_conn_req_cb(struct mcap_mcl *mcl, uint8_t mdepid,
1214 static void mcl_connected(struct mcap_mcl *mcl, gpointer data)
1247 static void mcl_reconnected(struct mcap_mcl *mcl, gpointer data)
1264 static void mcl_disconnected(struct mcap_mcl *mcl, gpointer data)
1279 static void mcl_uncached(struct mcap_mcl *mcl, gpointer data)
    [all...]
hdp_util.c 1013 static void create_mcl_cb(struct mcap_mcl *mcl, GError *err, gpointer data)

Completed in 105 milliseconds