Lines Matching defs:conn
40 static struct bt_vocs_client *lookup_vocs_by_handle(struct bt_conn *conn, uint16_t handle) in lookup_vocs_by_handle()
57 uint8_t vocs_client_notify_handler(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, in vocs_client_notify_handler()
121 static uint8_t vocs_client_read_offset_state_cb(struct bt_conn *conn, uint8_t err, in vocs_client_read_offset_state_cb()
162 static uint8_t vocs_client_read_location_cb(struct bt_conn *conn, uint8_t err, in vocs_client_read_location_cb()
202 static uint8_t internal_read_volume_offset_state_cb(struct bt_conn *conn, uint8_t err, in internal_read_volume_offset_state_cb()
254 static void vocs_client_write_vocs_cp_cb(struct bt_conn *conn, uint8_t err, in vocs_client_write_vocs_cp_cb()
303 static uint8_t vocs_client_read_output_desc_cb(struct bt_conn *conn, uint8_t err, in vocs_client_read_output_desc_cb()
355 static uint8_t vocs_discover_func(struct bt_conn *conn, const struct bt_gatt_attr *attr, in vocs_discover_func()
672 int bt_vocs_client_conn_get(const struct bt_vocs *vocs, struct bt_conn **conn) in bt_vocs_client_conn_get()
714 struct bt_conn *conn = inst->conn; in vocs_client_reset() local
721 int bt_vocs_discover(struct bt_conn *conn, struct bt_vocs *vocs, in bt_vocs_discover()