Bluetooth: OTC - Move metadata bitfields to common files

Move the metadata request bitfields to the common header files.
This is part of merging the ots_client and ots header files.

Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
This commit is contained in:
Asbjørn Sæbø 2022-02-07 11:28:08 +01:00 committed by Carles Cufí
commit da89dcfbcd
7 changed files with 75 additions and 73 deletions

View file

@ -2653,7 +2653,7 @@ int bt_mcc_otc_read_object_metadata(struct bt_conn *conn)
int err;
err = bt_otc_read_object_metadata(conn, &cur_mcs_inst->otc,
BT_OTC_METADATA_REQ_ALL);
BT_OTS_METADATA_REQ_ALL);
if (err) {
BT_DBG("Error reading the object: %d", err);
}