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:
parent
68745d87d5
commit
da89dcfbcd
7 changed files with 75 additions and 73 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue