Lines Matching defs:conn
48 static struct bt_vcp_vol_ctlr *vol_ctlr_get_by_conn(const struct bt_conn *conn) in vol_ctlr_get_by_conn()
103 static uint8_t vcp_vol_ctlr_notify_handler(struct bt_conn *conn, in vcp_vol_ctlr_notify_handler()
132 static uint8_t vcp_vol_ctlr_read_vol_state_cb(struct bt_conn *conn, uint8_t err, in vcp_vol_ctlr_read_vol_state_cb()
162 static uint8_t vcp_vol_ctlr_read_vol_flag_cb(struct bt_conn *conn, uint8_t err, in vcp_vol_ctlr_read_vol_flag_cb()
239 static uint8_t internal_read_vol_state_cb(struct bt_conn *conn, uint8_t err, in internal_read_vol_state_cb()
288 static void vcp_vol_ctlr_write_vcs_cp_cb(struct bt_conn *conn, uint8_t err, in vcp_vol_ctlr_write_vcs_cp_cb()
330 static uint8_t vcs_discover_include_func(struct bt_conn *conn, in vcs_discover_include_func()
429 static uint8_t vcs_discover_func(struct bt_conn *conn, in vcs_discover_func()
510 static uint8_t primary_discover_func(struct bt_conn *conn, in primary_discover_func()
864 struct bt_conn *conn = vol_ctlr->conn; in vcp_vol_ctlr_reset() local
871 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected()
935 int bt_vcp_vol_ctlr_discover(struct bt_conn *conn, struct bt_vcp_vol_ctlr **out_vol_ctlr) in bt_vcp_vol_ctlr_discover()
1051 struct bt_vcp_vol_ctlr *bt_vcp_vol_ctlr_get_by_conn(const struct bt_conn *conn) in bt_vcp_vol_ctlr_get_by_conn()
1070 int bt_vcp_vol_ctlr_conn_get(const struct bt_vcp_vol_ctlr *vol_ctlr, struct bt_conn **conn) in bt_vcp_vol_ctlr_conn_get()