Searched refs:add_param (Results 1 – 4 of 4) sorted by relevance
479 struct bt_ots_obj_add_param add_param = {}; in add_icon_object() local491 add_param.size = obj.desc->size.alloc; in add_icon_object()492 add_param.type.uuid.type = BT_UUID_TYPE_16; in add_icon_object()493 add_param.type.uuid_16.val = BT_UUID_16(icon_type)->val; in add_icon_object()495 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_icon_object()509 struct bt_ots_obj_add_param add_param = {}; in add_current_track_segments_object() local520 add_param.size = obj.desc->size.alloc; in add_current_track_segments_object()521 add_param.type.uuid.type = BT_UUID_TYPE_16; in add_current_track_segments_object()522 add_param.type.uuid_16.val = BT_UUID_16(segs_type)->val; in add_current_track_segments_object()524 ret = bt_ots_obj_add(bt_mcs_get_ots(), &add_param); in add_current_track_segments_object()[all …]
148 const struct bt_ots_obj_add_param *add_param, in ots_obj_created() argument153 LOG_DBG("id=%"PRIu64" size=%u", id, add_param->size); in ots_obj_created()156 if (conn && bt_uuid_cmp(&add_param->type.uuid, BT_UUID_OTS) == 0) { in ots_obj_created()160 if (add_param->size > OBJ_MAX_SIZE) { in ots_obj_created()
72 const struct bt_ots_obj_add_param *add_param, in ots_obj_created() argument86 if (add_param->size > OBJ_MAX_SIZE) { in ots_obj_created()
625 const struct bt_ots_obj_add_param *add_param,